PR target/36627
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2008 21:06:20 +0000 (21:06 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2008 21:06:20 +0000 (21:06 +0000)
commitb4b9436b0b637ff605e2afbcd65e1523239c4e05
tree5cc700189e4d094177e40539086dc14458884462
parent5b87edae670484272a53e9b6e8d7c23447f46ac7
PR target/36627
* config/i386/i386.md : Change constraints of HImode and QImode
immediate operands from "i" to "n".  Change SImode "ni" constraint to
"i" and SImode "rmi" constraint to "g".  Remove all constraints
from const0_operand and const1_operand predicated operands.
(i): Change QImode and HImode attribute from "i" to "n".
(*subqi_2): Change HImode operands to QImode.
(*subqi_3): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137122 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/testsuite/ChangeLog