diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-22 11:50:47 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-22 11:50:47 +0000 |
| commit | 857e6cf01cf9c8e34d1ff51c8d8b06f8abac9528 (patch) | |
| tree | 7a9976900ef7d82d3f40849e3cca126eb38d3538 | |
| parent | 6a3aad86597deb9cc6d1013a987b923308498c51 (diff) | |
| download | ppe42-gcc-857e6cf01cf9c8e34d1ff51c8d8b06f8abac9528.tar.gz ppe42-gcc-857e6cf01cf9c8e34d1ff51c8d8b06f8abac9528.zip | |
* fold-const.c (fold): Fix typo in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49960 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fold-const.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39054b240cb..62207bcec42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 7c9a5ec99ee..5a8f73b2ce4 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)) |

