arm.c (arm_print_operand case 'S'): Validate that the operand is a shift operand...
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 31 May 2006 13:39:48 +0000 (13:39 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 31 May 2006 13:39:48 +0000 (13:39 +0000)
commitbeed32b8faa92edd6808cfa4e6f999f683429610
tree6ebdedb4b211156768bb2bd1ce1493c69573d694
parentc32827b0e602618862ffcf0047837a1d4a64eed6
arm.c (arm_print_operand case 'S'): Validate that the operand is a shift operand before calling shift_op.

* arm.c (arm_print_operand case 'S'): Validate that the operand is
a shift operand before calling shift_op.  Avoid redundant call of
shift_op.

From-SVN: r114264
gcc/ChangeLog
gcc/config/arm/arm.c