OSDN Git Service

PR rtl-optimization/33148
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2007 09:47:32 +0000 (09:47 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2007 09:47:32 +0000 (09:47 +0000)
commit6ca7788b2aee270a4a543f36473c376650c3cb83
tree422461cc69ae75f8496e5b267fb5f1e251b48a6b
parentc39103192abd389f9a59a7a5258d64529fe47142
PR rtl-optimization/33148
* simplify-rtx.c (simplify_unary_operation_1): Only optimize
(neg (lt X 0)) if X has scalar int mode.

* gcc.c-torture/compile/20070827-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127855 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20070827-1.c [new file with mode: 0644]