summaryrefslogtreecommitdiff
path: root/llvm-passes
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 /llvm-passes
parent802ce6eb090838d4e7573d96cf056afd2d898b78 (diff)
downloadhaskell-39cd12b8d73b9d931ce1acaa7d9e74271c51086f.tar.gz
Revert "Multiple fixes / improvements for LLVM backend"
This reverts commit adcb5fb47c0942671d409b940d8884daa9359ca4.
Diffstat (limited to 'llvm-passes')
-rw-r--r--llvm-passes2
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")
]