]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_binary_operation): Recognize (compare (gt[u] (cc) 0) (lt...
authorZack Weinberg <zack@wolery.cumb.org>
Mon, 17 Jul 2000 18:31:50 +0000 (18:31 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 17 Jul 2000 18:31:50 +0000 (18:31 +0000)
commitd882fe5150fbbeb4e44d007bb4964e5b22373021
tree686ae8c464a8aa900c031d14c4d56fe381b24133
parent29bd52c8e2fe5ede7d4cd5d1f2fd8fc98fe41b56
simplify-rtx.c (simplify_binary_operation): Recognize (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).

* simplify-rtx.c (simplify_binary_operation): Recognize
   (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
(simplify_ternary_operation):  Do not examine MODE_BITSIZE of
   a CONST_INT, it will always be zero.

From-SVN: r35098
gcc/ChangeLog
gcc/simplify-rtx.c