X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FPprMach.hs;h=e7c0e9755b1eadd91a715ea4c0de877481cbc9a5;hb=9c69ef13811c41a498ef96ce7908245318bf8679;hp=446495a5fe8be980e6b9a73b1d6104f0485e2420;hpb=52dead8037b16f86a60b4af234d1cf86dba9cee2;p=ghc-hetmet.git diff --git a/compiler/nativeGen/PprMach.hs b/compiler/nativeGen/PprMach.hs index 446495a..e7c0e97 100644 --- a/compiler/nativeGen/PprMach.hs +++ b/compiler/nativeGen/PprMach.hs @@ -770,7 +770,6 @@ pprDataItem lit | otherwise = [ptext SLIT("\t.quad\t") <> pprImm imm] where - isRelativeReloc (CmmLabelOff _ _) = True isRelativeReloc (CmmLabelDiffOff _ _ _) = True isRelativeReloc _ = False #endif