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
97720773
Commit
97720773
authored
Feb 15, 2016
by
yb9976
Browse files
Do not assure dominance at this place.
Dominance is computed explicitly later.
parent
e440f836
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/irgopt.c
View file @
97720773
...
...
@@ -167,8 +167,7 @@ void optimize_graph_df(ir_graph *irg)
}
new_identities
(
irg
);
assure_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_OUT_EDGES
|
IR_GRAPH_PROPERTY_CONSISTENT_DOMINANCE
);
assure_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_CONSISTENT_OUT_EDGES
);
ir_reserve_resources
(
irg
,
IR_RESOURCE_IRN_LINK
);
...
...
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