diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-22 12:12:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-22 12:12:10 -0400 |
commit | 903cb4d6f2ede8692a6cbac3042055ab38298bd3 (patch) | |
tree | e1f92d03e24422916d153bfbb767555be63a8ff0 /gcc | |
parent | d20ae480d1dd1f099bf32fd7551b89373cbfca25 (diff) | |
download | gcc-903cb4d6f2ede8692a6cbac3042055ab38298bd3.zip gcc-903cb4d6f2ede8692a6cbac3042055ab38298bd3.tar.gz gcc-903cb4d6f2ede8692a6cbac3042055ab38298bd3.tar.bz2 |
Fix error in comments.
From-SVN: r12773
Diffstat (limited to 'gcc')
-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 6348943..58955dd 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -950,7 +950,7 @@ split_tree (in, code, varp, conp, varsignp) return 0; } -/* Combine two constants NUM and ARG2 under operation CODE +/* Combine two constants ARG1 and ARG2 under operation CODE to produce a new constant. We assume ARG1 and ARG2 have the same data type, or at least are the same kind of constant and the same machine mode. |