add instance Outputable CLabel
authorSimon Marlow <simonmar@microsoft.com>
Fri, 24 Feb 2006 12:43:49 +0000 (12:43 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 24 Feb 2006 12:43:49 +0000 (12:43 +0000)
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