PprMach.hs more accurate hack for x86-64, CmmLabelOff is not a relative reference.
[ghc-hetmet.git] / compiler / nativeGen / PprMach.hs
index 446495a..e7c0e97 100644 (file)
@@ -770,7 +770,6 @@ pprDataItem lit
           | otherwise =
                [ptext SLIT("\t.quad\t") <> pprImm imm]
           where
-               isRelativeReloc (CmmLabelOff _ _)       = True
                isRelativeReloc (CmmLabelDiffOff _ _ _) = True
                isRelativeReloc _ = False
 #endif