[commit: ghc] ghc-7.10: Fix export list of PPC.Regs (354c568)
git at git.haskell.org
git at git.haskell.org
Fri Oct 16 20:24:34 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/354c56818412afcf282c80210830b3d306847c87/ghc
>---------------------------------------------------------------
commit 354c56818412afcf282c80210830b3d306847c87
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.
>---------------------------------------------------------------
354c56818412afcf282c80210830b3d306847c87
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