aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-14 12:21:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-14 12:21:44 +0000
commit8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c (patch)
tree87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/fold-const.c
parent0e40b5f29a85e04a5243db74bfc63e3935361645 (diff)
downloadgcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.zip
gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.gz
gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.bz2
cgraph.h, [...]: Fix comment typos.
* cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c, lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87490
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 4453f36..0dd0248 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -191,11 +191,11 @@ decode (HOST_WIDE_INT *words, unsigned HOST_WIDE_INT *low,
indicates whether constant overflow has already occurred. We force
T's value to be within range of T's type (by setting to 0 or 1 all
the bits outside the type's range). We set TREE_OVERFLOWED if,
- OVERFLOWED is non-zero,
+ OVERFLOWED is nonzero,
or OVERFLOWABLE is >0 and signed overflow occurs
or OVERFLOWABLE is <0 and any overflow occurs
We set TREE_CONSTANT_OVERFLOWED if,
- CONST_OVERFLOWED is non-zero
+ CONST_OVERFLOWED is nonzero
or we set TREE_OVERFLOWED.
We return either the original T, or a copy. */