PR target/27829
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 May 2006 13:41:08 +0000 (13:41 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 May 2006 13:41:08 +0000 (13:41 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114265 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 170bfa5..6119633 100644 (file)
@@ -1,5 +1,6 @@
 2006-05-31  Richard Earnshaw  <richard.earnshaw@arm.com>
 
+       PR target/27829
        * 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.