From d54de1579e43421350f6282af8977706606973b9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 10 Sep 2010 19:13:01 +0000 Subject: [PATCH] Enable -fregs-graph with -O2; fixes #2790 --- compiler/main/DynFlags.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 447dd28..1977566 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1021,6 +1021,7 @@ optLevelFlags , ([2], Opt_LiberateCase) , ([2], Opt_SpecConstr) + , ([2], Opt_RegsGraph) -- , ([2], Opt_StaticArgumentTransformation) -- Max writes: I think it's probably best not to enable SAT with -O2 for the -- 1.7.10.4