]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_gen_relational): Simplify the RTX (cond (compare x y) 0...
authorRoger Sayle <roger@eyesopen.com>
Sat, 25 May 2002 16:09:20 +0000 (16:09 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 25 May 2002 16:09:20 +0000 (16:09 +0000)
commitfb2c68414e698e8901a522fbc007e3cd0a201a22
tree83dcd1058b54834aa9344d686af7700546f5642e
parentda7ac8f11b20711283ab7120d07863e73708b03a
simplify-rtx.c (simplify_gen_relational): Simplify the RTX (cond (compare x y) 0) into the equivalent (cond x y).

* simplify-rtx.c (simplify_gen_relational): Simplify the RTX
(cond (compare x y) 0) into the equivalent (cond x y).

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