[commit: ghc] master: Fix build with older bootstrapping compilers (3184381)
Ian Lynagh
igloo at earth.li
Sat Jul 16 10:59:14 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/318438136c3b2ab9b49856a074245599208be377
>---------------------------------------------------------------
commit 318438136c3b2ab9b49856a074245599208be377
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Jul 16 09:12:11 2011 +0100
Fix build with older bootstrapping compilers
>---------------------------------------------------------------
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
index efb11b5..da13eab 100644
--- a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
@@ -114,9 +114,9 @@ cleanSpin platform spinCount code
-- | Clean one basic block
cleanBlockForward
- :: Platform
- -> Instruction instr
- => LiveBasicBlock instr
+ :: Instruction instr
+ => Platform
+ -> LiveBasicBlock instr
-> CleanM (LiveBasicBlock instr)
cleanBlockForward platform (BasicBlock blockId instrs)
More information about the Cvs-ghc
mailing list