diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-10-05 17:13:10 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-10-05 17:13:10 +0000 |
commit | 1d72ff1ac81ad458577b38453c46d115ae21da91 (patch) | |
tree | a3f998e681ab3ece5a0531feda3a1f1fd0736f02 /gcc/tree-ssa-reassoc.c | |
parent | 631d0d36105c07f3e8c4127d252f83dbabbd40a3 (diff) | |
download | gcc-1d72ff1ac81ad458577b38453c46d115ae21da91.tar.gz |
gimple.texi: Fix some typos, wrap some long lines, fix some broken wraps with continuations.
gcc/
* doc/gimple.texi: Fix some typos, wrap some long lines,
fix some broken wraps with continuations.
* tree-ssa-reassoc.c: Fix comment typos.
From-SVN: r140887
Diffstat (limited to 'gcc/tree-ssa-reassoc.c')
-rw-r--r-- | gcc/tree-ssa-reassoc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c index bfe909d6738..aa01258da70 100644 --- a/gcc/tree-ssa-reassoc.c +++ b/gcc/tree-ssa-reassoc.c @@ -1,5 +1,5 @@ /* Reassociation for trees. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. Contributed by Daniel Berlin <dan@dberlin.org> This file is part of GCC. @@ -154,7 +154,7 @@ along with GCC; see the file COPYING3. If not see Thus, this is what we do. When we have three ops left, we check to see what order to put them in, and call it a day. As a nod to vector sum - reduction, we check if any of ops are a really a phi node that is a + reduction, we check if any of the ops are really a phi node that is a destructive update for the associating op, and keep the destructive update together for vector sum reduction recognition. */ |