[commit: ghc] ghc-7.10: Fix export list of PPC.Regs (2a34f54)
git at git.haskell.org
git at git.haskell.org
Thu Oct 22 15:08:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/2a34f54459b6a703b1164064115528571fb19e15/ghc
>---------------------------------------------------------------
commit 2a34f54459b6a703b1164064115528571fb19e15
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Oct 13 14:56:07 2015 +0200
Fix export list of PPC.Regs
This was likely due to an incorrectly merged conflict during
cherry-picking.
>---------------------------------------------------------------
2a34f54459b6a703b1164064115528571fb19e15
compiler/nativeGen/PPC/Regs.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/nativeGen/PPC/Regs.hs b/compiler/nativeGen/PPC/Regs.hs
index 7af7ffb..a66ea36 100644
--- a/compiler/nativeGen/PPC/Regs.hs
+++ b/compiler/nativeGen/PPC/Regs.hs
@@ -37,7 +37,6 @@ module PPC.Regs (
fits16Bits,
makeImmediate,
fReg,
- sp, r3, r4, r27, r28, r30,
r0, sp, r3, r4, r27, r28, r30,
tmpReg,
f1, f20, f21,
More information about the ghc-commits
mailing list