From 903cb4d6f2ede8692a6cbac3042055ab38298bd3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 22 Sep 1996 12:12:10 -0400 Subject: [PATCH] Fix error in comments. From-SVN: r12773 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2