Enable -fregs-graph with -O2; fixes #2790
authorIan Lynagh <igloo@earth.li>
Fri, 10 Sep 2010 19:13:01 +0000 (19:13 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 10 Sep 2010 19:13:01 +0000 (19:13 +0000)
compiler/main/DynFlags.hs

index 447dd28..1977566 100644 (file)
@@ -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