From: Norman Ramsey Date: Fri, 7 Sep 2007 13:24:17 +0000 (+0000) Subject: in CmmExpr, always have (Show GlobalReg), regardless of DEBUG setting X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=95c5ef95d4a904d3564a62859833bce539ce5ea1 in CmmExpr, always have (Show GlobalReg), regardless of DEBUG setting --- diff --git a/compiler/cmm/CmmExpr.hs b/compiler/cmm/CmmExpr.hs index b0a7468..78ff79a 100644 --- a/compiler/cmm/CmmExpr.hs +++ b/compiler/cmm/CmmExpr.hs @@ -206,11 +206,7 @@ data GlobalReg -- from platform to platform (see module PositionIndependentCode). | PicBaseReg - deriving( Eq -#ifdef DEBUG - , Show -#endif - ) + deriving( Eq , Show ) -- convenient aliases spReg, hpReg, spLimReg, nodeReg :: CmmReg