OSDN Git Service

PR target/52408
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2012 19:31:03 +0000 (19:31 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Mar 2012 19:31:03 +0000 (19:31 +0000)
commitaaeba0724350dc89cda1a1c0aefc179fd37e40bb
tree6fff84ddb22d49dca7bcb94da14d0bea99e82137
parent94b3328baf4823d098d25f74a8d3c16b970adb2b
PR target/52408
* config/pa/pa.md (zvdep_imm32): Change type of variable x from int to
unsigned HOST_WIDE_INT.
(zvdep_imm64): Likewise.
(vdepi_ior): Change type of variable x from int to HOST_WIDE_INT.
(vdepi_and): Likewise.
Likewise for unamed 64-bit patterns.
* config/pa/predicates.md (lhs_lshift_cint_operand): Update comment.

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