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
e97cf794
Commit
e97cf794
authored
Mar 25, 2006
by
Michael Beck
Browse files
make the names of the be_stack_dir_t more understandable
parent
8279ff4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
e97cf794
...
...
@@ -1190,7 +1190,7 @@ void emit_be_IncSP(const ir_node *irn, ia32_emit_env_t *emit_env) {
if
(
offs
)
{
be_stack_dir_t
dir
=
be_get_IncSP_direction
(
irn
);
if
(
dir
==
be_stack_dir_
along
)
if
(
dir
==
be_stack_dir_
expand
)
lc_esnprintf
(
ia32_get_arg_env
(),
cmd_buf
,
SNPRINTF_BUF_LEN
,
"sub %1S, %u"
,
irn
,
offs
);
else
lc_esnprintf
(
ia32_get_arg_env
(),
cmd_buf
,
SNPRINTF_BUF_LEN
,
"add %1S, %u"
,
irn
,
offs
);
...
...
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