X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Fstg%2FTicky.h;fp=includes%2FTickyCounters.h;h=fd7edf85c5bb27342d4db10f71b7856048b296b8;hp=38e84ef2aff7a88be8acfd13022679b70743d46b;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78 diff --git a/includes/TickyCounters.h b/includes/stg/Ticky.h similarity index 98% rename from includes/TickyCounters.h rename to includes/stg/Ticky.h index 38e84ef..fd7edf8 100644 --- a/includes/TickyCounters.h +++ b/includes/stg/Ticky.h @@ -3,7 +3,8 @@ * (c) The GHC Team, 2007 * * Declarations for counters used by ticky-ticky profiling. - *----------------------------------------------------------------------------- */ + * + * -------------------------------------------------------------------------- */ #ifndef TICKYCOUNTERS_H @@ -25,7 +26,6 @@ #define EXTERN extern #endif - /* Here are all the counter declarations: */ EXTERN StgInt ENT_VIA_NODE_ctr INIT(0);