summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Flags.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Flags.hs')
-rw-r--r--compiler/GHC/Driver/Flags.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Flags.hs b/compiler/GHC/Driver/Flags.hs
index d0d114dba8..ee5144854d 100644
--- a/compiler/GHC/Driver/Flags.hs
+++ b/compiler/GHC/Driver/Flags.hs
@@ -227,7 +227,7 @@ data GeneralFlag
| Opt_WorkerWrapper
| Opt_SolveConstantDicts
| Opt_AlignmentSanitisation
- | Opt_CatchBottoms
+ | Opt_CatchNonexhaustiveCases
| Opt_NumConstantFolding
| Opt_CoreConstantFolding
| Opt_FastPAPCalls -- #6084
@@ -443,7 +443,7 @@ optimisationFlags = EnumSet.fromList
, Opt_CprAnal
, Opt_WorkerWrapper
, Opt_SolveConstantDicts
- , Opt_CatchBottoms
+ , Opt_CatchNonexhaustiveCases
, Opt_IgnoreAsserts
]