* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.

From-SVN: r29114
This commit is contained in:
Michael Hayes 1999-09-04 23:25:54 +00:00 committed by Michael Hayes
parent c24d7ed249
commit 1b893504b3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sun Sep 5 11:11:59 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.

View File

@ -2554,8 +2554,8 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \
#define DBR_OUTPUT_SEQEND(FILE) \
if (final_sequence != NULL_RTX) \
{ \
int count; \
int laj = GET_CODE (XEXP (XEXP (final_sequence, 0), 0)) == CALL_INSN; \
int count;
int laj = GET_CODE (XVECEXP (final_sequence, 0, 0)) == CALL_INSN; \
\
count = dbr_sequence_length(); \
while (count < (laj ? 2 : 3)) \