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
c1d8acd6
Commit
c1d8acd6
authored
May 05, 2007
by
Matthias Braun
Browse files
fix error when compiling without FIRM_STATISTICS
[r13648]
parent
bf73c981
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestat.c
View file @
c1d8acd6
...
...
@@ -406,7 +406,7 @@ void be_close_stat_file()
void
(
be_stat_init_irg
)(
const
arch_env_t
*
arch_env
,
ir_graph
*
irg
)
{}
void
(
be_do_stat_nodes
)(
ir_graph
*
irg
,
const
char
*
phase
)
{}
void
(
be_do_stat_reg_pressure
)(
be_irg_t
*
birg
)
{}
void
(
be_do_stat_sched_ready
)(
ir_node
*
block
,
nodeset
*
ready_set
)
{}
void
(
be_do_stat_sched_ready
)(
ir_node
*
block
,
ir_
nodeset
_t
*
ready_set
)
{}
void
(
be_do_stat_perm
)(
const
char
*
class_name
,
int
n_regs
,
ir_node
*
perm
,
ir_node
*
block
,
int
n
,
int
real_size
)
{}
#endif
/* FIRM_STATISTICS */
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