diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-18 19:47:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-18 19:47:10 +0000 |
commit | 454ff5cbf0544db194bc0b1a87902f913ab93faa (patch) | |
tree | 415e77fa8943b51c9cb97549ca6147abb08d118f /gcc/tree-ssa-forwprop.c | |
parent | 112cdef5e66fccce5475fabb5317805e012dc212 (diff) | |
download | gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.zip gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.gz gcc-454ff5cbf0544db194bc0b1a87902f913ab93faa.tar.bz2 |
alias.c, [...]: Fix comment typos.
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
tree-ssa-operands.c, tree-ssa-phiopt.c,
tree-ssa-threadupdate.c: Fix comment typos.
From-SVN: r87707
Diffstat (limited to 'gcc/tree-ssa-forwprop.c')
-rw-r--r-- | gcc/tree-ssa-forwprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index 52c3860..619cab0 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ Right now we only bother forward propagating into COND_EXPRs since those are relatively common cases where forward propagation creates valid - gimple code without the expression needing to fold. ie + gimple code without the expression needing to fold. i.e. bb0: x = a COND b; |