Comment fixes.
authorRichard Stallman <rms@gnu.org>
Tue, 2 Feb 1993 23:38:03 +0000 (23:38 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 2 Feb 1993 23:38:03 +0000 (23:38 +0000)
From-SVN: r3416

gcc/fold-const.c

index 9dfa6ae8228b847d84fe39fc911eb05c5d29328f..6e683e2e2012e7d079bbbe462c34c37b950cf90d 100644 (file)
@@ -115,7 +115,8 @@ decode (shorts, low, hi)
    by setting to 0 or 1 all the bits in the constant
    that don't belong in the type.
    Yield 1 if a signed overflow occurs, 0 otherwise.
-   If OVERFLOW is nonzero, a signed overflow has already occurred.  */
+   If OVERFLOW is nonzero, a signed overflow has already occurred
+   in calculating T, so propagate it.  */
 
 int
 force_fit_type (t, overflow)