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
6266ae5e
Commit
6266ae5e
authored
Mar 06, 2010
by
Christoph Mallon
Browse files
Minor cleanup.
[r27257]
parent
7f0a53a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_finish.c
View file @
6266ae5e
...
...
@@ -75,9 +75,6 @@ static void ia32_transform_sub_to_neg_add(ir_node *irn, ia32_code_gen_t *cg)
in2_reg
=
arch_get_irn_register
(
in2
);
out_reg
=
arch_irn_get_register
(
irn
,
0
);
irg
=
cg
->
irg
;
block
=
get_nodes_block
(
irn
);
if
(
out_reg
==
in1_reg
)
return
;
...
...
@@ -85,7 +82,9 @@ static void ia32_transform_sub_to_neg_add(ir_node *irn, ia32_code_gen_t *cg)
if
(
out_reg
!=
in2_reg
)
return
;
dbg
=
get_irn_dbg_info
(
irn
);
irg
=
cg
->
irg
;
block
=
get_nodes_block
(
irn
);
dbg
=
get_irn_dbg_info
(
irn
);
/* generate the neg src2 */
if
(
is_ia32_xSub
(
irn
))
{
...
...
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