summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplStg/StgStats.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/simplStg/StgStats.hi')
-rw-r--r--ghc/compiler/simplStg/StgStats.hi7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/compiler/simplStg/StgStats.hi b/ghc/compiler/simplStg/StgStats.hi
new file mode 100644
index 0000000000..7dc9282ed6
--- /dev/null
+++ b/ghc/compiler/simplStg/StgStats.hi
@@ -0,0 +1,7 @@
+{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
+interface StgStats where
+import Id(Id)
+import StgSyn(StgBinding)
+showStgStats :: [StgBinding Id Id] -> [Char]
+ {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "S" _N_ _N_ #-}
+