diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-22 18:51:56 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-22 18:51:56 +0000 |
commit | f6c4232279fc9a781ee4af3e6e3b4c8d79c7d2cc (patch) | |
tree | 58a7da4656068ff4fda0ff5e0fa881ccfed7281d /gcc/passes.c | |
parent | 43532a83bf9e2c98aabc3c564a2965e850bad131 (diff) | |
download | gcc-f6c4232279fc9a781ee4af3e6e3b4c8d79c7d2cc.tar.gz |
* passes.c (init_optimization_passes): Do not rerun
pass_early_warn_uninitialized.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121060 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 2e17599bc8c..5333beace15 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -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); |