aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-10-05 13:34:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-10-05 13:34:45 +0000
commit368ebcd6ffb979a5b002835b03f75d61d681221d (patch)
treef344e155c2b5c7aac595a92de8716b906a1ef740 /gcc/fold-const.c
parent0ee55ad88a745b42dc1466c5ae6360f83ba3c628 (diff)
downloadgcc-368ebcd6ffb979a5b002835b03f75d61d681221d.zip
gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.gz
gcc-368ebcd6ffb979a5b002835b03f75d61d681221d.tar.bz2
fold-const.c: Follow spelling conventions.
* fold-const.c: Follow spelling conventions. * function.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/frv/frv.md: Likewise. * config/rs6000/aix.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/xtensa/xtensa.c: Likewise. From-SVN: r72111
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 1cf444d..92b885c 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -3098,7 +3098,7 @@ make_range (tree exp, int *pin_p, tree *plow, tree *phigh)
in_p = n_in_p, low = n_low, high = n_high;
- /* If the high bound is missing, but we have a non-zero low
+ /* If the high bound is missing, but we have a nonzero low
bound, reverse the range so it goes from zero to the low bound
minus 1. */
if (high == 0 && low && ! integer_zerop (low))