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
4ff2ba7a
Commit
4ff2ba7a
authored
Feb 16, 2007
by
Christian Würdig
Browse files
exchange Perm-Proj, instead of rerouting
parent
27570c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/belower.c
View file @
4ff2ba7a
...
...
@@ -338,8 +338,9 @@ static void lower_perm_node(ir_node *irn, void *walk_env) {
sched_remove
(
pairs
[
i
].
out_node
);
/* reroute the edges from the proj to the argument */
edges_reroute
(
pairs
[
i
].
out_node
,
pairs
[
i
].
in_node
,
env
->
birg
->
irg
);
set_irn_n
(
pairs
[
i
].
out_node
,
0
,
new_Bad
());
exchange
(
pairs
[
i
].
out_node
,
pairs
[
i
].
in_node
);
//edges_reroute(pairs[i].out_node, pairs[i].in_node, env->birg->irg);
//set_irn_n(pairs[i].out_node, 0, new_Bad());
pairs
[
i
].
checked
=
1
;
}
...
...
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