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
94c92231
Commit
94c92231
authored
Oct 11, 2006
by
Matthias Braun
Browse files
warning fixes
parent
94d84a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beprofile.c
View file @
94c92231
...
...
@@ -313,18 +313,29 @@ block_id_walker(ir_node * bb, void * data)
ir_graph
*
be_profile_instrument
(
const
char
*
filename
,
unsigned
flags
)
{
int
n
,
i
;
unsigned
int
n_blocks
=
0
;
entity
*
bblock_id
,
*
bblock_counts
,
*
ent_filename
,
*
ent_locations
,
*
loc_lineno
,
*
loc_name
,
*
ent
;
ir_type
*
array_type
,
*
uint_type
,
*
string_type
,
*
character_type
,
*
loc_type
,
*
charptr_type
,
*
gtp
;
tarval
**
tarval_array
,
**
tarval_string
,
*
tv
;
int
filename_len
=
strlen
(
filename
)
+
1
;
ident
*
cur_ident
;
int
align_l
,
align_n
,
size
;
ir_graph
*
rem
;
int
n
,
i
;
unsigned
int
n_blocks
=
0
;
entity
*
bblock_id
;
entity
*
bblock_counts
;
entity
*
ent_filename
;
entity
*
ent_locations
=
NULL
;
entity
*
loc_lineno
=
NULL
;
entity
*
loc_name
=
NULL
;
entity
*
ent
;
ir_type
*
array_type
;
ir_type
*
uint_type
;
ir_type
*
string_type
;
ir_type
*
character_type
;
ir_type
*
loc_type
=
NULL
;
ir_type
*
charptr_type
;
ir_type
*
gtp
;
tarval
**
tarval_array
;
tarval
**
tarval_string
;
tarval
*
tv
;
int
filename_len
=
strlen
(
filename
)
+
1
;
ident
*
cur_ident
;
int
align_l
,
align_n
,
size
;
ir_graph
*
rem
;
block_id_walker_data_t
wd
;
symconst_symbol
sym
;
...
...
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