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
8b89a7a3
Commit
8b89a7a3
authored
Apr 11, 2006
by
Christian Würdig
Browse files
removed ident stuff
parent
0b364989
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestat.c
View file @
8b89a7a3
/**
* This file calls the corresponding statistic functions for
* some backend statistics.
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
...
...
@@ -10,7 +15,6 @@
#include "irhooks.h"
#include "dbginfo_t.h"
#include "firmstat_t.h"
#include "ident.h"
#include "bestat.h"
#include "belive_t.h"
...
...
@@ -45,7 +49,7 @@ static void stat_reg_pressure_block(ir_node *block, void *env) {
max_live
=
cnt
<
max_live
?
max_live
:
cnt
;
}
stat_be_block_regpressure
(
birg
->
irg
,
block
,
max_live
,
new_id_from_str
(
cls
->
name
)
)
;
stat_be_block_regpressure
(
birg
->
irg
,
block
,
max_live
,
cls
->
name
);
}
}
...
...
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