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
7b9f6aa1
Commit
7b9f6aa1
authored
May 01, 2011
by
Michael Beck
Browse files
C99 feature removed.
parent
0556f003
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ir/irprofile.c
View file @
7b9f6aa1
/*
* Copyright (C) 1995-20
08
University of Karlsruhe. All right reserved.
* Copyright (C) 1995-20
11
University of Karlsruhe. All right reserved.
*
* This file is part of libFirm.
*
...
...
@@ -103,9 +103,9 @@ static int cmp_execcount(const void *a, const void *b, size_t size)
*/
static
void
block_counter
(
ir_node
*
bb
,
void
*
data
)
{
(
void
)
bb
;
unsigned
*
count
=
(
unsigned
*
)
data
;
(
*
count
)
++
;
(
void
)
bb
;
++
(
*
count
);
}
/**
...
...
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