Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
2198e371
Commit
2198e371
authored
Nov 02, 2011
by
Matthias Braun
Browse files
critical_edges: set NO_CRITICAL_EDGES graph flag
parent
1e799c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/critical_edges.c
View file @
2198e371
...
...
@@ -108,6 +108,7 @@ void remove_critical_cf_edges_ex(ir_graph *irg, int ignore_exception_edges)
clear_irg_state
(
irg
,
IR_GRAPH_STATE_CONSISTENT_DOMINANCE
|
IR_GRAPH_STATE_VALID_EXTENDED_BLOCKS
);
}
set_irg_state
(
irg
,
IR_GRAPH_STATE_NO_CRITICAL_EDGES
);
}
void
remove_critical_cf_edges
(
ir_graph
*
irg
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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