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
64ecfdcc
Commit
64ecfdcc
authored
Aug 09, 2006
by
Christian Würdig
Browse files
BugFix: when transforming be_Call nodes it can happen that they don't have a memory
parent
70f0dcfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
64ecfdcc
...
...
@@ -2292,6 +2292,9 @@ static ir_node *gen_be_Call(ia32_transform_env_t *env) {
mode
=
get_irn_mode
(
call_res
);
if
(
!
call_mem
)
call_mem
=
get_irg_no_mem
(
env
->
irg
);
if
(
mode_is_float
(
mode
))
{
/* store st(0) onto stack */
ir_node
*
frame
=
get_irg_frame
(
env
->
irg
);
...
...
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