X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fcmm%2FCmmExpr.hs;h=78ff79a20b8b7b3a5833627a8cc9126c7f95bc52;hb=95c5ef95d4a904d3564a62859833bce539ce5ea1;hp=b0a7468ef808b1c2b361b6a37f9ec762fd8bc787;hpb=a3d55e4f4a365a79b765e489e80ab6f05fe47c7c;p=ghc-hetmet.git 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