add instance Outputable CLabel
[ghc-hetmet.git] / ghc / compiler / cmm / CLabel.hs
index 6216d38..2f52e42 100644 (file)
@@ -614,6 +614,9 @@ tell whether a code fragment is a return point or a closure/function
 entry.
 -}
 
+instance Outputable CLabel where
+  ppr = pprCLabel
+
 pprCLabel :: CLabel -> SDoc
 
 #if ! OMIT_NATIVE_CODEGEN