sparc.c (SIBCALL_SLOT_EMPTY_P): Rename into LEAF_SIBCALL_SLOT_RESERVED_P after negation.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 4 Jul 2004 21:42:28 +0000 (23:42 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 4 Jul 2004 21:42:28 +0000 (21:42 +0000)
commit6244b14e3997fcae97a44b3287eac59a42b0c2f1
tree14bd65e2aee3887709a162554c477c6874e7b3d8
parent0188c2183ac76a92e8095dcb7736c7877942cf5b
sparc.c (SIBCALL_SLOT_EMPTY_P): Rename into LEAF_SIBCALL_SLOT_RESERVED_P after negation.

* config/sparc/sparc.c (SIBCALL_SLOT_EMPTY_P): Rename
into LEAF_SIBCALL_SLOT_RESERVED_P after negation.
(eligible_for_sibcall_delay): Adjust use of SIBCALL_SLOT_EMPTY_P.
(output_restore): Change parameter from 'insn' to 'pat'.
(output_return): Adjust call to output_restore.
(output_sibcall): Adjust use of SIBCALL_SLOT_EMPTY_P.
Adjust call to output_restore.

From-SVN: r84097
gcc/ChangeLog
gcc/config/sparc/sparc.c