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
e491316d
Commit
e491316d
authored
Aug 08, 2014
by
Andreas Fried
Browse files
Remember to copy the AM attrs when replacing a node.
parent
17171ab3
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
e491316d
...
...
@@ -733,6 +733,7 @@ static void remat_simplifier(ir_node *node, void *env)
get_irn_n
(
node
,
n_ia32_Sub_subtrahend
),
false
);
arch_set_irn_register
(
cmp
,
flags_reg
);
ia32_copy_am_attrs
(
cmp
,
node
);
sched_replace
(
node
,
cmp
);
...
...
Write
Preview
Supports
Markdown
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