* fold-const.c (fold): Fix typo in comments.

From-SVN: r49960
This commit is contained in:
Richard Sandiford 2002-02-22 11:50:47 +00:00 committed by Richard Sandiford
parent ab3bc736d9
commit 54fec3d54a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-22 Richard Sandiford <rsandifo@redhat.com>
* fold-const.c (fold): Fix typo in comments.
2002-02-21 Diego Novillo <dnovillo@redhat.com>
* Makefile.in (langhooks.o): Update dependencies.

View File

@ -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))