]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes.c (init_optimization_passes): Do not rerun pass_early_warn_uninitialized.
authorJan Hubicka <jh@suse.cz>
Mon, 22 Jan 2007 18:51:56 +0000 (19:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 22 Jan 2007 18:51:56 +0000 (18:51 +0000)
* passes.c (init_optimization_passes): Do not rerun
pass_early_warn_uninitialized.

From-SVN: r121060

gcc/ChangeLog
gcc/passes.c

index 038da597b41c2c4c7892bf6f06e95a9cd1529ccc..b866ea0b49b1524c92175b3a5d3cbf197565c62a 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-22  Jan Hubicka  <jh@suse.cz>
+
+       * passes.c (init_optimization_passes): Do not rerun
+       pass_early_warn_uninitialized.
+
 2007-01-22  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/30038
 2007-01-21  Jan Hubicka  <jh@suse.cz>
 
        * ipa-inline.c (inlining_mode): Comment, move up.
-       (cgraph_decide_inlining_incrementally): Do not perform inlining itself; fix
-       handling of flattening of self recursive functions.
+       (cgraph_decide_inlining_incrementally): Do not perform inlining itself;
+       fix handling of flattening of self recursive functions.
        (cgraph_find_cycles): Remove.
        (cgraph_flatten_node): Remove.
        (cgraph_decide_inlining): Use incremental inliner to handle flattening.
        (try_inline): New function.
-       (cgraph_early_inlining): Update call of cgraph_decide_inlining_incrementally.
-       Apply inlining here.
+       (cgraph_early_inlining): Update call of
+       cgraph_decide_inlining_incrementally.  Apply inlining here.
        (apply_inline): Update call of cgraph_decide_inlining_incrementally.
 
 2007-01-21  Dirk Mueller  <dmueller@suse.de>
 
 2007-01-19  Jan Hubicka  <jh@suse.cz>
 
-       * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argument
-       take inlining mode argument specifying whether to inline for size/speeed or all
-       functions; add support for flattening; improve dumpting.
+       * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
+       'early' argument take inlining mode argument specifying whether to
+       inline for size/speeed or all functions; add support for flattening;
+       improve dumpting.
        (cgraph_early_inlining): Update call of decide_inlining_incrementally.
 
 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
index 2e17599bc8c367843cd89489fad93c2795e532c9..5333beace15f710f1a52b4f9dd68223db3e9de46 100644 (file)
@@ -521,7 +521,6 @@ init_optimization_passes (void)
   NEXT_PASS (pass_may_alias);
   NEXT_PASS (pass_return_slot);
   NEXT_PASS (pass_rename_ssa_copies);
-  NEXT_PASS (pass_early_warn_uninitialized);
 
   /* Initial scalar cleanups.  */
   NEXT_PASS (pass_ccp);