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
c2b42e12
Commit
c2b42e12
authored
Dec 14, 2006
by
Matthias Braun
Browse files
dump AM symconsts
parent
f2645028
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
c2b42e12
...
...
@@ -340,6 +340,11 @@ static int ia32_dump_node(ir_node *n, FILE *F, dump_reason_t reason) {
}
fprintf
(
F
,
"
\n
"
);
/* dump AM symconst */
if
(
get_ia32_am_sc
(
n
)
!=
NULL
)
{
fprintf
(
F
,
"AM symconst = %s
\n
"
,
get_id_str
(
get_ia32_am_sc
(
n
)));
}
/* dump AM scale */
fprintf
(
F
,
"AM scale = %d
\n
"
,
get_ia32_am_scale
(
n
));
...
...
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