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
0fb75657
Commit
0fb75657
authored
Sep 08, 2007
by
Matthias Braun
Browse files
set use frame for xLoad constants
[r15726]
parent
be36bf6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
0fb75657
...
...
@@ -358,6 +358,7 @@ static ir_node *gen_SymConst(ir_node *node) {
else
cnst
=
new_rd_ia32_vfld
(
dbgi
,
irg
,
block
,
noreg
,
noreg
,
nomem
,
mode_E
);
set_ia32_am_sc
(
cnst
,
get_SymConst_entity
(
node
));
set_ia32_use_frame
(
cnst
);
}
else
{
ir_entity
*
entity
;
...
...
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