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
b0014bbb
Commit
b0014bbb
authored
Jan 14, 2015
by
Christoph Mallon
Browse files
be: Remove post-transform block moving of Projs.
All Projs should be transformed into to the correct block.
parent
cce26bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
b0014bbb
...
...
@@ -240,11 +240,6 @@ static void fix_loops(ir_node *node)
fix_loops
(
in
);
}
/* fix proj block */
if
(
is_Proj
(
node
))
{
set_nodes_block
(
node
,
get_nodes_block
(
get_Proj_pred
(
node
)));
changed
=
true
;
}
if
(
changed
)
{
identify_remember
(
node
);
...
...
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