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
cee02777
Commit
cee02777
authored
Jul 08, 2015
by
Christoph Mallon
Browse files
be: Do not redundantly set the operands of the new anchor again.
The new anchor gets the transformed operands earlier already.
parent
85165dfe
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
cee02777
...
...
@@ -274,11 +274,10 @@ static void transform_nodes(ir_graph *irg, arch_pretrans_nodes *pre_transform)
be_transform_node
(
node
);
}
/*
f
ix loops
and set new anchors
*/
/*
F
ix loops
.
*/
inc_irg_visited
(
irg
);
foreach_irn_in_r
(
old_anchor
,
i
,
n
)
{
ir_node
*
const
anchor
=
(
ir_node
*
)
get_irn_link
(
n
);
fix_loops
(
anchor
);
foreach_irn_in_r
(
new_anchor
,
i
,
n
)
{
fix_loops
(
n
);
}
del_waitq
(
env
.
worklist
);
...
...
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