diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2002-02-22 11:50:47 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2002-02-22 11:50:47 +0000 |
commit | 54fec3d54ad98245f71154255bd77099f39f9edb (patch) | |
tree | 7a9976900ef7d82d3f40849e3cca126eb38d3538 /gcc/fold-const.c | |
parent | ab3bc736d9eb495040f5e2cc5365970823748831 (diff) | |
download | gcc-54fec3d54ad98245f71154255bd77099f39f9edb.zip gcc-54fec3d54ad98245f71154255bd77099f39f9edb.tar.gz gcc-54fec3d54ad98245f71154255bd77099f39f9edb.tar.bz2 |
* fold-const.c (fold): Fix typo in comments.
From-SVN: r49960
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 7c9a5ec..5a8f73b 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -7112,7 +7112,7 @@ fold (expr) STRIP_NOPS (arg2); - /* If we have A op 0 ? A : -A, this is A, -A, abs (A), or abs (-A), + /* If we have A op 0 ? A : -A, this is A, -A, abs (A), or -abs (A), depending on the comparison operation. */ if ((FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (arg0, 1))) ? real_zerop (TREE_OPERAND (arg0, 1)) |