Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f1a6a5cf7946e5536b61b0e5e50142f3aeaacf1c >--------------------------------------------------------------- commit f1a6a5cf7946e5536b61b0e5e50142f3aeaacf1c Author: David Terei <[email protected]> Date: Tue Nov 22 12:06:20 2011 -0800 Formatting fix >--------------------------------------------------------------- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs index 7144b85..b2ad4c5 100644 --- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs +++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs @@ -458,8 +458,10 @@ cmmPrimOpFunctions env mop (MO_PopCnt w) -> fsLit $ "llvm.ctpop." ++ show (widthToLlvmInt w) - MO_WriteBarrier -> panic $ "cmmPrimOpFunctions: MO_WriteBarrier not supported here" - MO_Touch -> panic $ "cmmPrimOpFunctions: MO_Touch not supported here" + MO_WriteBarrier -> + panic $ "cmmPrimOpFunctions: MO_WriteBarrier not supported here" + MO_Touch -> + panic $ "cmmPrimOpFunctions: MO_Touch not supported here" where intrinTy1 = (if getLlvmVer env >= 28 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
