diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-22 16:12:10 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-22 16:12:10 +0000 |
commit | bb8d2b8dfe34864ca695ec7bb974874e5939fcaf (patch) | |
tree | e1f92d03e24422916d153bfbb767555be63a8ff0 /gcc/fold-const.c | |
parent | 938fd894080f342dbb888ba6325eecb229c18aea (diff) | |
download | gcc-bb8d2b8dfe34864ca695ec7bb974874e5939fcaf.tar.gz |
Fix error in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12773 138bc75d-0d04-0410-961f-82ee72b054a4
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 634894390e6..58955dd1589 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. |