Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
fb2b9fc2
Commit
fb2b9fc2
authored
Mar 03, 2014
by
Christoph Mallon
Browse files
ia32: Replace duplicate use of get_irg_frame().
parent
9bd9b79f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
fb2b9fc2
...
...
@@ -3496,7 +3496,7 @@ static ir_node *gen_x87_fp_to_gp(ir_node *node)
SET_IA32_ORIG_NODE
(
fist
,
node
);
/* do a Load */
ir_node
*
load
=
new_bd_ia32_Load
(
dbgi
,
block
,
get_irg_frame
(
irg
)
,
noreg_GP
,
mem
);
ir_node
*
load
=
new_bd_ia32_Load
(
dbgi
,
block
,
frame
,
noreg_GP
,
mem
);
set_irn_pinned
(
load
,
op_pin_state_floats
);
set_ia32_use_frame
(
load
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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