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
fa1795e5
Commit
fa1795e5
authored
May 31, 2011
by
Matthias Braun
Browse files
fix transform_node_Cmp
parent
1de3ff1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iropt.c
View file @
fa1795e5
...
...
@@ -3864,6 +3864,7 @@ static ir_node *transform_node_Cmp(ir_node *n)
ir_graph
*
irg
=
get_irn_irg
(
n
);
left
=
op_left
;
right
=
new_r_Const
(
irg
,
new_tv
);
mode
=
get_irn_mode
(
left
);
changed
=
true
;
DBG_OPT_ALGSIM0
(
n
,
n
,
FS_OPT_CMP_CONV
);
}
...
...
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