summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/Llvm
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-11-07 08:06:18 -0500
committerBen Gamari <ben@smart-cactus.org>2018-11-07 08:09:40 -0500
commit39cd12b8d73b9d931ce1acaa7d9e74271c51086f (patch)
treead699c69d96bda2e5ffb3426e8b83a7ed34c711b /compiler/llvmGen/Llvm
parent802ce6eb090838d4e7573d96cf056afd2d898b78 (diff)
downloadhaskell-39cd12b8d73b9d931ce1acaa7d9e74271c51086f.tar.gz
Revert "Multiple fixes / improvements for LLVM backend"
This reverts commit adcb5fb47c0942671d409b940d8884daa9359ca4.
Diffstat (limited to 'compiler/llvmGen/Llvm')
-rw-r--r--compiler/llvmGen/Llvm/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/Llvm/Types.hs b/compiler/llvmGen/Llvm/Types.hs
index a45004d3a8..bc7bbaab1b 100644
--- a/compiler/llvmGen/Llvm/Types.hs
+++ b/compiler/llvmGen/Llvm/Types.hs
@@ -564,7 +564,7 @@ instance Outputable LlvmFuncAttr where
ppr OptSize = text "optsize"
ppr NoReturn = text "noreturn"
ppr NoUnwind = text "nounwind"
- ppr ReadNone = text "readnone"
+ ppr ReadNone = text "readnon"
ppr ReadOnly = text "readonly"
ppr Ssp = text "ssp"
ppr SspReq = text "ssqreq"