Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/da15d0c556df3eacc6b37327ddffffea306b3760 >--------------------------------------------------------------- commit da15d0c556df3eacc6b37327ddffffea306b3760 Author: Edward Z. Yang <[email protected]> Date: Mon Jun 13 18:16:01 2011 +0100 Remove type synonyms for CmmFormals, CmmActuals (and hinted versions). Signed-off-by: Edward Z. Yang <[email protected]> compiler/cmm/CmmCvt.hs | 2 +- compiler/cmm/CmmDecl.hs | 4 +-- compiler/cmm/CmmNode.hs | 8 +++--- compiler/cmm/CmmProcPoint.hs | 2 +- compiler/cmm/MkGraph.hs | 34 ++++++++++++++-------------- compiler/cmm/OldCmm.hs | 14 +++++------ compiler/cmm/OldCmmUtils.hs | 4 +- compiler/cmm/PprC.hs | 4 +- compiler/cmm/cmm-notes | 2 - compiler/codeGen/CgForeignCall.hs | 6 ++-- compiler/codeGen/CgInfoTbls.hs | 4 +- compiler/codeGen/CgMonad.lhs | 2 +- compiler/codeGen/CgPrimOp.hs | 4 +- compiler/codeGen/StgCmmForeign.hs | 16 ++++++------ compiler/codeGen/StgCmmMonad.hs | 4 +- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 4 +- compiler/nativeGen/PPC/CodeGen.hs | 8 +++--- compiler/nativeGen/SPARC/CodeGen/CCall.hs | 6 ++-- compiler/nativeGen/X86/CodeGen.hs | 8 +++--- 19 files changed, 65 insertions(+), 71 deletions(-) Diff suppressed because of size. To see it, use: git show da15d0c556df3eacc6b37327ddffffea306b3760 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
