diff options
| author | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-31 13:41:08 +0000 |
|---|---|---|
| committer | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-31 13:41:08 +0000 |
| commit | 73f7ec8b4ecb6b67e2d38e932fcc4da92bba1c63 (patch) | |
| tree | 2c69a0bff66891c2fcb13071a6023703d17a2433 | |
| parent | 26dff611b5efbcf23b81f035cc1cd7f0946ca4ad (diff) | |
| download | ppe42-gcc-73f7ec8b4ecb6b67e2d38e932fcc4da92bba1c63.tar.gz ppe42-gcc-73f7ec8b4ecb6b67e2d38e932fcc4da92bba1c63.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114265 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 170bfa54b04..611963349de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |

