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
93b47cc8
Commit
93b47cc8
authored
Feb 24, 2005
by
Michael Beck
Browse files
Added support for Mux node
[r5238]
parent
2dae06da
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
93b47cc8
...
...
@@ -543,6 +543,11 @@ static void callee_ana_node(ir_node * node, eset * methods) {
}
break
;
case
iro_Mux
:
callee_ana_node
(
get_Mux_false
(
node
),
methods
);
callee_ana_node
(
get_Mux_true
(
node
),
methods
);
break
;
case
iro_Id
:
callee_ana_node
(
get_Id_pred
(
node
),
methods
);
break
;
...
...
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