diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-07 08:06:18 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-07 08:09:40 -0500 |
commit | 39cd12b8d73b9d931ce1acaa7d9e74271c51086f (patch) | |
tree | ad699c69d96bda2e5ffb3426e8b83a7ed34c711b /compiler/llvmGen/Llvm | |
parent | 802ce6eb090838d4e7573d96cf056afd2d898b78 (diff) | |
download | haskell-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.hs | 2 |
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" |