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
5bc3ca43
Commit
5bc3ca43
authored
Nov 26, 2013
by
yb9976
Browse files
Fixed indentation.
parent
678547de
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
5bc3ca43
...
...
@@ -2890,7 +2890,7 @@ static ir_node *gen_Cmp(ir_node *node)
/* use 32bit compare mode if possible since the opcode is smaller */
if
(
am
.
op_type
==
ia32_Normal
&&
be_upper_bits_clean
(
and_left
,
cmp_mode
)
&&
be_upper_bits_clean
(
and_left
,
cmp_mode
)
&&
be_upper_bits_clean
(
and_right
,
cmp_mode
))
{
cmp_mode
=
ia32_mode_gp
;
}
...
...
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