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
be27d4bb
Commit
be27d4bb
authored
Feb 16, 2011
by
Matthias Braun
Browse files
improve bittest normalization
[r28382]
parent
82228630
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
be27d4bb
...
...
@@ -4077,7 +4077,7 @@ static ir_node *transform_node_Proj_Cmp(ir_node *proj)
if
(
is_And
(
left
))
{
ir_node
*
and0
=
get_And_left
(
left
);
ir_node
*
and1
=
get_And_right
(
left
);
if
(
is_single_bit
(
and1
)
)
{
if
(
and1
==
right
)
{
ir_node
*
tmp
=
and0
;
and0
=
and1
;
and1
=
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