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
802484dd
Commit
802484dd
authored
Jan 18, 2010
by
Michael Beck
Browse files
Fixed move_consts_up() failure in some contexts (This partly fixes codegen/lea.c).
[r26979]
parent
11ed4c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/reassoc.c
View file @
802484dd
...
...
@@ -782,7 +782,8 @@ static int move_consts_up(ir_node **node) {
dbg
=
dbg
==
get_irn_dbg_info
(
l
)
?
dbg
:
NULL
;
goto
transform
;
}
}
else
if
(
get_irn_op
(
r
)
==
op
)
{
}
if
(
get_irn_op
(
r
)
==
op
)
{
/* l .op. (a .op. b) */
a
=
get_binop_left
(
r
);
b
=
get_binop_right
(
r
);
...
...
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