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
df26e8db
Commit
df26e8db
authored
Mar 16, 2010
by
Michael Beck
Browse files
C99 feature removed, svn properties added.
[r27306]
parent
b6c7fa16
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/bedump_minir.c
View file @
df26e8db
...
...
@@ -180,10 +180,10 @@ static void print_regclasses(void)
static
void
dump_block
(
ir_node
*
block
,
void
*
data
)
{
ir_graph
*
irg
=
get_irn_irg
(
block
);
(
void
)
data
;
block_sequence_item
();
ir_graph
*
irg
=
get_irn_irg
(
block
);
if
(
block
==
get_irg_start_block
(
irg
))
{
key_value
(
"label"
,
"start"
);
}
else
if
(
block
==
get_irg_end_block
(
irg
))
{
...
...
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