[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / profiling / SCCauto.hi
diff --git a/ghc/compiler/profiling/SCCauto.hi b/ghc/compiler/profiling/SCCauto.hi
new file mode 100644 (file)
index 0000000..b65db55
--- /dev/null
@@ -0,0 +1,9 @@
+{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
+interface SCCauto where
+import CmdLineOpts(GlobalSwitch, SwitchResult)
+import CoreSyn(CoreBinding)
+import Id(Id)
+import PreludePS(_PackedString)
+addAutoCostCentres :: (GlobalSwitch -> SwitchResult) -> _PackedString -> [CoreBinding Id Id] -> [CoreBinding Id Id]
+       {-# GHC_PRAGMA _A_ 3 _U_ 222 _N_ _S_ "SLS" _N_ _N_ #-}
+