diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 17:46:46 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-28 17:46:46 +0000 |
commit | 554f270788f1a960804f94da4b28faed8fcf50b2 (patch) | |
tree | bfad2d717d3d9605e8fb4c3cba410dc93fdf4df4 /gcc/tree-outof-ssa.c | |
parent | bf3d6235698dd6eeffcea4a95724f4bd37d95861 (diff) | |
download | gcc-554f270788f1a960804f94da4b28faed8fcf50b2.tar.gz |
* cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c,
config/fr30/fr30.md, config/i386/i386-interix.h,
config/i386/i386.c, config/i386/i386.md, config/sh/superh.h,
config/sh/superh64.h, config/v850/v850.c, df-core.c,
df-problems.c, df.h, except.c, final.c, haifa-sched.c,
lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c,
reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c,
tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos.
Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos.
Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114168 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r-- | gcc/tree-outof-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 55f74e116e9..0366614e5af 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -2214,7 +2214,7 @@ analyze_edges_for_bb (basic_block bb) leader_match = leader; /* The tree_* cfg manipulation routines use the PENDING_EDGE field - for various PHI manipulations, so it gets cleared whhen calls are + for various PHI manipulations, so it gets cleared when calls are made to make_forwarder_block(). So make sure the edge is clear, and use the saved stmt list. */ PENDING_STMT (leader) = NULL; |