Skip to content
Snippets Groups Projects
Commit cd1d29e3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-03 15:55:02 by simonm]

turn on do-case-elim for -Onot, since several easy-to-remove casees
were spotted in the output from -ddump-simpl under -Onot.
parent 05368fd3
No related merge requests found
......@@ -698,6 +698,7 @@ sub setupOptimiseFlags {
'-ffloat-lets-exposing-whnf',
'-ffloat-primops-ok',
'-fcase-of-case',
'-fdo-case-elim',
# '-fdo-lambda-eta-expansion', # too complicated
'-freuse-con',
# '-flet-to-case', # no strictness analysis, so...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment