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
1bdbd65a
Commit
1bdbd65a
authored
Dec 14, 2006
by
Matthias Braun
Browse files
warning fixes
parent
1f335ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_emitter.c
View file @
1bdbd65a
...
...
@@ -350,17 +350,6 @@ static unsigned get_unique_label(void) {
return
++
id
;
}
/**
* Returns the target label for a control flow node.
*/
static
char
*
get_cfop_target
(
const
ir_node
*
irn
,
char
*
buf
)
{
ir_node
*
bl
=
get_irn_link
(
irn
);
snprintf
(
buf
,
SNPRINTF_BUF_LEN
,
"BLOCK_%ld"
,
get_irn_node_nr
(
bl
));
return
buf
;
}
/**
* Emit a SymConst
*/
...
...
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