PR target/44481
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 21:58:31 +0000 (21:58 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 21:58:31 +0000 (21:58 +0000)
commitd74210640f9718f0f136cd004eb2d55ab4225d33
tree0018d742cb5a16c65f66b16a0f90e1cd47d47c2e
parentbbcfb57fbc07de960a1586ac266ceb799c2f0d0e
PR target/44481
* config/i386/i386.md (UNSPEC_PARITY): New unspec.
(paritydi2_cmp): Use UNSPEC_PARITY unspec insted of parity RTX.
(partiysi2_cmp): Ditto.
(*partiyhi2_cmp): Ditto.
(*parityqi2_cmp): Remove.

testsuite/ChangeLog:

PR target/44481
* gcc.target/i386/pr44481.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160638 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr44481.c [new file with mode: 0644]