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
6ae22fa1
Commit
6ae22fa1
authored
Jul 19, 2011
by
yb9976
Browse files
Fixed opt/fehler192.c.
parent
4cd078ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
6ae22fa1
...
...
@@ -3144,7 +3144,7 @@ static ir_node *transform_node_And(ir_node *n)
if
(
a_relation
==
b_relation
&&
a_relation
==
ir_relation_equal
&&
!
mode_is_float
(
get_irn_mode
(
a_left
))
&&
!
mode_is_float
(
get_irn_mode
(
b_left
))
&&
values_in_mode
(
get_irn_mode
(
a
_left
),
get_irn_mode
(
b
_left
)))
{
&&
values_in_mode
(
get_irn_mode
(
b
_left
),
get_irn_mode
(
a
_left
)))
{
dbg_info
*
dbgi
=
get_irn_dbg_info
(
n
);
ir_node
*
block
=
get_nodes_block
(
n
);
ir_mode
*
a_mode
=
get_irn_mode
(
a_left
);
...
...
@@ -4911,7 +4911,7 @@ static ir_node *transform_node_Or(ir_node *n)
if
(
is_cmp_unequal
(
a
)
&&
is_cmp_unequal
(
b
)
&&
!
mode_is_float
(
get_irn_mode
(
a_left
))
&&
!
mode_is_float
(
get_irn_mode
(
b_left
))
&&
values_in_mode
(
get_irn_mode
(
a
_left
),
get_irn_mode
(
b
_left
)))
{
&&
values_in_mode
(
get_irn_mode
(
b
_left
),
get_irn_mode
(
a
_left
)))
{
ir_graph
*
irg
=
get_irn_irg
(
n
);
dbg_info
*
dbgi
=
get_irn_dbg_info
(
n
);
ir_node
*
block
=
get_nodes_block
(
n
);
...
...
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