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 /llvm-passes | |
parent | 802ce6eb090838d4e7573d96cf056afd2d898b78 (diff) | |
download | haskell-39cd12b8d73b9d931ce1acaa7d9e74271c51086f.tar.gz |
Revert "Multiple fixes / improvements for LLVM backend"
This reverts commit adcb5fb47c0942671d409b940d8884daa9359ca4.
Diffstat (limited to 'llvm-passes')
-rw-r--r-- | llvm-passes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-passes b/llvm-passes index 14eb62d87c..5183c9f2ab 100644 --- a/llvm-passes +++ b/llvm-passes @@ -1,5 +1,5 @@ [ -(0, "-mem2reg -globalopt -lower-expect"), +(0, "-mem2reg -globalopt"), (1, "-O1 -globalopt"), (2, "-O2") ] |