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
59a3353c
Commit
59a3353c
authored
Jul 01, 2013
by
yb9976
Browse files
Fixed comment.
parent
fb8b5f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
59a3353c
...
...
@@ -5499,7 +5499,7 @@ static ir_node *transform_Mux_set(ir_node *n)
b
=
right
;
break
;
case
ir_relation_less_equal
:
/* a <= b -> ~(
a
-
b
) >> 31 */
/* a <= b -> ~(
b
-
a
) >> 31 */
a
=
right
;
b
=
left
;
need_not
=
true
;
...
...
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