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
5bcc37fb
Commit
5bcc37fb
authored
Aug 02, 2006
by
Christian Würdig
Browse files
fixed mode suffix emitter
parent
9d5d214c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
5bcc37fb
...
...
@@ -293,7 +293,9 @@ static int ia32_get_mode_suffix(lc_appendable_t *app,
ir_mode
*
mode
=
get_irn_mode
(
irn
);
if
(
mode
==
mode_T
)
{
mode
=
(
is_ia32_Ld
(
irn
)
||
is_ia32_St
(
irn
))
?
get_ia32_ls_mode
(
irn
)
:
get_ia32_res_mode
(
irn
);
mode
=
get_ia32_res_mode
(
irn
);
if
(
!
mode
)
mode
=
get_ia32_ls_mode
(
irn
);
}
if
(
!
irn
)
...
...
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