X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FTickyCounters.h;h=38e84ef2aff7a88be8acfd13022679b70743d46b;hb=432b9c9322181a3644083e3c19b7e240d90659e7;hp=e676a78031a3b5f80f119295c246579c4ca65356;hpb=5ddee764beb312933256096d03df7c3ec47ac452;p=ghc-hetmet.git diff --git a/includes/TickyCounters.h b/includes/TickyCounters.h index e676a78..38e84ef 100644 --- a/includes/TickyCounters.h +++ b/includes/TickyCounters.h @@ -155,25 +155,10 @@ EXTERN StgInt RET_NEW_ctr INIT(0); EXTERN StgInt RET_OLD_ctr INIT(0); EXTERN StgInt RET_UNBOXED_TUP_ctr INIT(0); -EXTERN StgInt VEC_RETURN_ctr INIT(0); - EXTERN StgInt RET_SEMI_loads_avoided INIT(0); /* End of counter declarations. */ -/* Here are stubs for a bunch of macros that aren't - implemented yet. */ - -#define TICK_ALLOC_FUN(g,s) -#define TICK_ALLOC_CON(g,s) -#define TICK_ALLOC_TUP(g,s) -#define TICK_ALLOC_BH(g,s) -#define TICK_ALLOC_PAP(g,s) -#define TICK_ALLOC_FMBQ(a,g,s) -#define TICK_ALLOC_FME(a,g,s) -#define TICK_ALLOC_BF(a,g,s) -#define TICK_ALLOC_PRIM2(w) - #endif /* TICKY_TICKY */ /* This is ugly, but the story is: