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
c49ddb8a
Commit
c49ddb8a
authored
Nov 08, 2014
by
Christoph Mallon
Browse files
ia32: Do not set need_64bit_stackent needlessly twice.
It was just done before a few lines above.
parent
b396eb1b
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
c49ddb8a
...
...
@@ -3849,7 +3849,6 @@ static void store_gp(dbg_info *dbgi, ia32_address_mode_t *am, ir_node *block,
store_mem
=
new_rd_Sync
(
dbgi
,
new_block
,
2
,
in
);
store_mode
=
mode_Ls
;
force_int_stackent
(
zero_store
,
store_mode
);
}
else
{
store_mode
=
ia32_mode_gp
;
}
...
...
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