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
37f1b0a3
Commit
37f1b0a3
authored
Apr 04, 2013
by
yb9976
Browse files
Confirm node construction cannot handle bad blocks.
This fixes 176.gcc.
parent
3bf4d088
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ana/irconsconfirm.c
View file @
37f1b0a3
...
...
@@ -529,6 +529,7 @@ void construct_confirms(ir_graph *irg)
assure_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_OUT_EDGES
|
IR_GRAPH_PROPERTY_CONSISTENT_DOMINANCE
|
IR_GRAPH_PROPERTY_NO_BADS
|
IR_GRAPH_PROPERTY_NO_CRITICAL_EDGES
);
assert
(
get_irg_pinned
(
irg
)
==
op_pin_state_pinned
&&
...
...
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