From: Richard Kenner Date: Fri, 8 Apr 1994 22:35:23 +0000 (-0400) Subject: Fix typo in comment of last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34b1b41f3b5aa456a6142b063ef93f1397ee65b2;p=gcc.git Fix typo in comment of last change. From-SVN: r7000 --- diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 4cfd2a93767..81f7b4f0301 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4518,7 +4518,7 @@ fold (expr) arg0, integer_zero_node); /* If X is unsigned, convert X < (1 << Y) into X >> Y == 0 - and similarly for <= into !=. */ + and similarly for >= into !=. */ if ((code == LT_EXPR || code == GE_EXPR) && TREE_UNSIGNED (TREE_TYPE (arg0)) && TREE_CODE (arg1) == LSHIFT_EXPR