First pass at implementing info tables for CPS
[ghc-hetmet.git] / compiler / cmm / CmmOpt.hs
index 76ed78e..4b2a488 100644 (file)
@@ -531,7 +531,7 @@ narrowS _ _ = panic "narrowTo"
   except factorial, but what the hell.
 -}
 
-cmmLoopifyForC :: CmmTop -> CmmTop
+cmmLoopifyForC :: RawCmmTop -> RawCmmTop
 cmmLoopifyForC p@(CmmProc info entry_lbl [] blocks@(BasicBlock top_id _ : _))
   | null info = p  -- only if there's an info table, ignore case alts
   | otherwise =