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
e24a79d7
Commit
e24a79d7
authored
Jan 24, 2014
by
yb9976
Browse files
Added and improved comments.
parent
74b0582b
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
e24a79d7
...
...
@@ -3119,7 +3119,7 @@ static void find_const_transform(x86_condition_code_t cc,
f
=
tmp
;
cc
=
x86_negate_condition_code
(
cc
);
}
else
if
(
tarval_cmp
(
t
,
f
)
==
ir_relation_less
)
{
//
now,
t is the bigger one
//
Ensure that
t is the bigger one
ir_tarval
*
tmp
=
t
;
t
=
f
;
f
=
tmp
;
...
...
@@ -3127,6 +3127,7 @@ static void find_const_transform(x86_condition_code_t cc,
}
res
->
cc
=
cc
;
/* Normalize f to zero. */
if
(
!
tarval_is_null
(
f
))
{
ir_tarval
*
t_sub
=
tarval_sub
(
t
,
f
,
NULL
);
...
...
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