From 401242b4fb35e9f0fafacb88a70e21c977387fe6 Mon Sep 17 00:00:00 2001 From: simonpj <unknown> Date: Tue, 9 Feb 1999 09:17:00 +0000 Subject: [PATCH] [project @ 1999-02-09 09:17:00 by simonpj] Add -fdo-case-elim to the first simplifier pass; I forget exactly why --- ghc/driver/ghc.lprl | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 053e2e45d38e..99e2f4f0b014 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -760,6 +760,7 @@ sub setupOptimiseFlags { # See remark re: cloning in defn of minusnotO '-fclone-binds', + '-fdo-case-elim', '-fmax-simplifier-iterations1', $Oopt_PedanticBottoms, ']', -- GitLab