X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbepressurestat.c;h=ff234b0605788e33fab6371e432392809a13b70a;hb=523e83e345a3dddd5bb82d8090aa26de3b290df3;hp=59b05a417be06baf01220d3df3fcc6739ed77fca;hpb=abbf9492df1993d211412ba520feb81de0688c2a;p=libfirm diff --git a/ir/be/bepressurestat.c b/ir/be/bepressurestat.c index 59b05a417..ff234b060 100644 --- a/ir/be/bepressurestat.c +++ b/ir/be/bepressurestat.c @@ -26,6 +26,8 @@ */ #include "config.h" +#include "bepressurestat.h" + #include #include "hashptr.h" @@ -139,7 +141,7 @@ void be_analyze_regpressure(be_irg_t *birg, const arch_register_class_t *cls, co irg_block_walk_graph(irg, regpressureanawalker, NULL, &ra); for (i = 0; i <= MAXPRESSURE; ++i) { - fprintf(f, "%d\n", stat[i]); + fprintf(f, "%u\n", stat[i]); } fclose(f);