[commit: ghc] master: Use SDoc rather than Doc in LLVM (ffa6d17)

Ian Lynagh igloo at earth.li
Wed Jun 13 17:16:45 CEST 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ffa6d17c90addf3e80aad39e0eeee5cef86754f6

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

commit ffa6d17c90addf3e80aad39e0eeee5cef86754f6
Author: Ian Lynagh <igloo at earth.li>
Date:   Tue Jun 12 21:27:55 2012 +0100

    Use SDoc rather than Doc in LLVM
    
    In particular, this makes life simpler when we want to use a general
    GHC SDoc in the middle of some LLVM.

 compiler/llvmGen/Llvm.hs                |    1 -
 compiler/llvmGen/Llvm/PpLlvm.hs         |  106 ++++++++++++++-----------------
 compiler/llvmGen/LlvmCodeGen.hs         |   16 +++--
 compiler/llvmGen/LlvmCodeGen/Base.hs    |    5 +-
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |    5 +-
 compiler/llvmGen/LlvmCodeGen/Ppr.hs     |   13 ++--
 6 files changed, 72 insertions(+), 74 deletions(-)


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

    git show ffa6d17c90addf3e80aad39e0eeee5cef86754f6



More information about the Cvs-ghc mailing list