From: Richard Kenner Date: Sun, 22 Sep 1996 16:12:10 +0000 (-0400) Subject: Fix error in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=903cb4d6f2ede8692a6cbac3042055ab38298bd3;p=gcc.git Fix error in comments. From-SVN: r12773 --- 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.