summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-09-24 14:31:40 -0400
committerBen Gamari <ben@smart-cactus.org>2020-09-24 14:31:40 -0400
commit87fbebd00c9cbcd6241fab3e6d6b6596f9a6ffad (patch)
tree898b7a6a344a1fb5a87b3570aa4fc9a6c0e7d2ae
parent2cad0a4723ffe05dd5d072950c1945f64d588bdd (diff)
downloadhaskell-wip/T18745.tar.gz
Testingwip/T18745
-rw-r--r--compiler/GHC/Core/Opt/Pipeline.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Opt/Pipeline.hs b/compiler/GHC/Core/Opt/Pipeline.hs
index c3f2fc9f85..45e5330388 100644
--- a/compiler/GHC/Core/Opt/Pipeline.hs
+++ b/compiler/GHC/Core/Opt/Pipeline.hs
@@ -160,6 +160,7 @@ getCoreToDo dflags
, sm_eta_expand = eta_expand_on
, sm_inline = True
, sm_case_case = True
+ , sm_case_bottom= False
, sm_pre_inline = pre_inline_on
}