Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/318438136c3b2ab9b49856a074245599208be377 >--------------------------------------------------------------- commit 318438136c3b2ab9b49856a074245599208be377 Author: Ian Lynagh <[email protected]> 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) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
