From 37293d7a254076b9dcfcaab9472e09af01ca6cab Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 24 Feb 2006 12:43:49 +0000 Subject: [PATCH] add instance Outputable CLabel --- ghc/compiler/cmm/CLabel.hs | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4