Fix typo in comment of last change.

From-SVN: r7000
This commit is contained in:
Richard Kenner 1994-04-08 18:35:23 -04:00
parent e92d30482e
commit 34b1b41f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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