OSDN Git Service

PR target/35294
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2013 15:07:41 +0000 (15:07 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2013 15:07:41 +0000 (15:07 +0000)
commit40b295ebea585abd333fea2d59f7258c831ce1d8
tree33f63847a51bb37243914343d2383a144779f5b4
parent1c26a736a0d2a2319df9fe2f86c395c4b36d13aa
PR target/35294
* config/arm/arm.c (arm_expand_binop_builtin): Add new parameter.
Fix mode checks to allow for the passing of constants in the
second parameter.
(arm_expand_builtin): Adjust calls to arm_expand_binop_builtin.
Add entries in the switch statement for builtin iwmmxt vector
shift and rotate builtins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@195510 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c