OSDN Git Service

PR java/5489
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Mar 2002 18:18:43 +0000 (18:18 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Mar 2002 18:18:43 +0000 (18:18 +0000)
commit5db468b7194637f2bba89f5b305cedfa57439ddb
tree06cbf38f1e6d16c47b6222893315b70e042fbd1c
parent91b18148024f50688471ebf78eb295832af2bf4e
PR java/5489
* arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
operand argument to output_return_instruction.
* arm.c (arm_print_operand, case 'd'): If the operand is
const_true_rtx then just return.
(arm_print_operand, case 'D'): If the operand is const_true_rtx
then abort.

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