Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cbe2416808d2592429830b5d0c202cdee80c36d3 >--------------------------------------------------------------- commit cbe2416808d2592429830b5d0c202cdee80c36d3 Author: Simon Marlow <[email protected]> Date: Mon Nov 28 16:32:50 2011 +0000 Get rid of the "safety" field of CmmCall (OldCmm) This field was doing nothing. I think it originally appeared in a very old incarnation of the new code generator. compiler/cmm/CmmCvt.hs | 2 +- compiler/cmm/CmmLint.hs | 2 +- compiler/cmm/CmmOpt.hs | 6 +++--- compiler/cmm/CmmParse.y | 3 +-- compiler/cmm/OldCmm.hs | 3 +-- compiler/cmm/OldPprCmm.hs | 7 +++---- compiler/cmm/PprC.hs | 20 ++++++++++---------- compiler/codeGen/CgClosure.lhs | 4 ++-- compiler/codeGen/CgForeignCall.hs | 8 ++++---- compiler/codeGen/CgProf.hs | 3 +-- compiler/codeGen/CgUtils.hs | 27 +++++++++++---------------- 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 | 4 ++-- 16 files changed, 45 insertions(+), 54 deletions(-) Diff suppressed because of size. To see it, use: git show cbe2416808d2592429830b5d0c202cdee80c36d3 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
