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