Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f6590e7b
Commit
f6590e7b
authored
Jun 13, 2007
by
Matthias Braun
Browse files
ProjMs should not be scheduled
[r14478]
parent
8828dba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
f6590e7b
...
...
@@ -1179,7 +1179,7 @@ static void transform_MemPerm(ia32_code_gen_t *cg, ir_node *node) {
assert
(
p
<
arity
);
set_Proj_pred
(
proj
,
pops
[
p
]);
set_Proj_proj
(
proj
,
3
);
set_Proj_proj
(
proj
,
pn_ia32_Pop_M
);
}
// remove memperm
...
...
ir/be/ia32/ia32_optimize.c
View file @
f6590e7b
...
...
@@ -330,7 +330,6 @@ static void ia32_create_Pushs(ir_node *irn, ia32_code_gen_t *cg) {
// create memory proj
mem_proj
=
new_r_Proj
(
irg
,
block
,
push
,
mode_M
,
pn_ia32_Push_M
);
sched_add_before
(
irn
,
mem_proj
);
// use the memproj now
exchange
(
store
,
mem_proj
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment