Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f1a6a5cf
Commit
f1a6a5cf
authored
Nov 22, 2011
by
dterei
Browse files
Formatting fix
parent
cae17466
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/llvmGen/LlvmCodeGen/CodeGen.hs
View file @
f1a6a5cf
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment