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
ec2a1625
Commit
ec2a1625
authored
Mar 06, 2014
by
yb9976
Browse files
Combo cannot handle Tuple nodes.
parent
06dd65f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/combo.c
View file @
ec2a1625
...
...
@@ -3268,6 +3268,7 @@ void combo(ir_graph *irg)
{
assure_irg_properties
(
irg
,
IR_GRAPH_PROPERTY_NO_BADS
|
IR_GRAPH_PROPERTY_NO_TUPLES
|
IR_GRAPH_PROPERTY_CONSISTENT_OUTS
|
IR_GRAPH_PROPERTY_CONSISTENT_LOOPINFO
);
...
...
Write
Preview
Supports
Markdown
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