diff options
-rw-r--r-- | compiler/cmm/CLabel.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs index 28146ec1a9..54395b6599 100644 --- a/compiler/cmm/CLabel.hs +++ b/compiler/cmm/CLabel.hs @@ -1092,7 +1092,6 @@ instance Outputable CLabel where pprCLabel :: Platform -> CLabel -> SDoc pprCLabel platform (AsmTempLabel u) - | cGhcWithNativeCodeGen == "YES" = getPprStyle $ \ sty -> if asmStyle sty then ptext (asmTempLabelPrefix platform) <> pprUniqueAlways u |