Add dumping of native code gen stats to file.
[ghc-hetmet.git] / compiler / nativeGen / RegSpill.hs
index d426876..5d0396b 100644 (file)
@@ -1,7 +1,8 @@
 
 module RegSpill (
        regSpill,
-       SpillStats(..)
+       SpillStats(..),
+       accSpillLS
 )
 
 where