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
1bfa7dee
Commit
1bfa7dee
authored
Sep 15, 2011
by
Matthias Braun
Browse files
transform_node_Block does not produce bad blocks anyway
parent
17a2b811
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
1bfa7dee
...
...
@@ -4610,8 +4610,6 @@ static ir_node *transform_node_Block(ir_node *block)
ir_node
*
bad
=
NULL
;
int
i
;
if
(
is_irg_state
(
irg
,
IR_GRAPH_STATE_NO_BAD_BLOCKS
))
return
block
;
if
(
is_irg_state
(
irg
,
IR_GRAPH_STATE_NO_UNREACHABLE_BLOCKS
))
return
block
;
...
...
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