diff options
author | David Terei <davidterei@gmail.com> | 2011-11-22 12:06:20 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-11-22 12:06:20 -0800 |
commit | f1a6a5cf7946e5536b61b0e5e50142f3aeaacf1c (patch) | |
tree | 045f4cfcda84723b133eac2ca40b3e8d88abd9c2 /compiler/llvmGen | |
parent | cae17466c7882f068817a25e8a76700021378ec9 (diff) | |
download | haskell-f1a6a5cf7946e5536b61b0e5e50142f3aeaacf1c.tar.gz |
Formatting fix
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r-- | 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 7144b85a8b..b2ad4c501f 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 |