From: Simon Marlow Date: Fri, 24 Feb 2006 12:43:49 +0000 (+0000) Subject: add instance Outputable CLabel X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=37293d7a254076b9dcfcaab9472e09af01ca6cab add instance Outputable CLabel --- diff --git a/ghc/compiler/cmm/CLabel.hs b/ghc/compiler/cmm/CLabel.hs index 6216d38..2f52e42 100644 --- a/ghc/compiler/cmm/CLabel.hs +++ b/ghc/compiler/cmm/CLabel.hs @@ -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