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
b6ad52fc
Commit
b6ad52fc
authored
Jul 22, 2015
by
yb9976
Browse files
Fixed warning in optimize build.
parent
9251a7d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
b6ad52fc
...
...
@@ -105,6 +105,7 @@ static bool has_ia32_x87_attr(ir_node const *const node)
}
}
#ifndef NDEBUG
static
char
const
*
get_frame_use_str
(
ir_node
const
*
const
node
)
{
switch
(
get_ia32_frame_use
(
node
))
{
...
...
@@ -115,6 +116,7 @@ static char const *get_frame_use_str(ir_node const *const node)
}
return
"invalid"
;
}
#endif
/**
* Dumper interface for dumping ia32 nodes in vcg.
...
...
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