[commit: ghc] master: Remove unused argument field on CmmJump (1cb4a07)

David Terei davidterei at gmail.com
Fri Jan 6 03:15:48 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1cb4a07cf284444ed89057f4661db100ea740dc5

>---------------------------------------------------------------

commit 1cb4a07cf284444ed89057f4661db100ea740dc5
Author: David Terei <davidterei at gmail.com>
Date:   Thu Dec 22 14:40:22 2011 -0800

    Remove unused argument field on CmmJump

 compiler/cmm/CmmCvt.hs                  |    2 +-
 compiler/cmm/CmmLint.hs                 |    2 +-
 compiler/cmm/CmmOpt.hs                  |    6 +++---
 compiler/cmm/CmmParse.y                 |    6 +++---
 compiler/cmm/OldCmm.hs                  |    3 +--
 compiler/cmm/OldPprCmm.hs               |    8 +++-----
 compiler/cmm/PprC.hs                    |    4 ++--
 compiler/codeGen/CgClosure.lhs          |    4 ++--
 compiler/codeGen/CgCon.lhs              |    4 ++--
 compiler/codeGen/CgHeapery.lhs          |    2 +-
 compiler/codeGen/CgInfoTbls.hs          |    2 +-
 compiler/codeGen/CgMonad.lhs            |    2 +-
 compiler/codeGen/CgTailCall.lhs         |   10 +++++-----
 compiler/codeGen/CgUtils.hs             |    2 +-
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |    2 +-
 compiler/nativeGen/AsmCodeGen.lhs       |    4 ++--
 compiler/nativeGen/PPC/CodeGen.hs       |    2 +-
 compiler/nativeGen/SPARC/CodeGen.hs     |    2 +-
 compiler/nativeGen/X86/CodeGen.hs       |    2 +-
 19 files changed, 33 insertions(+), 36 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 1cb4a07cf284444ed89057f4661db100ea740dc5



More information about the Cvs-ghc mailing list