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
580889d6
Commit
580889d6
authored
Aug 29, 2014
by
yb9976
Browse files
Use appropriate function.
parent
7412848a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
580889d6
...
...
@@ -3571,7 +3571,7 @@ static ir_node *gen_Mux(ir_node *node)
ir_node
*
val_true
=
mux_true
;
ir_node
*
val_false
=
mux_false
;
if
(
is_Const
(
val_true
)
&&
is_Const_null
(
val_true
))
{
if
(
is_Const
_0
(
val_true
))
{
ir_node
*
tmp
=
val_false
;
val_false
=
val_true
;
val_true
=
tmp
;
...
...
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