Commit 1b893504 by Michael Hayes Committed by Michael Hayes

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

From-SVN: r29114
parent c24d7ed2
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> Sun Sep 5 10:13:19 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable. * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
......
...@@ -2554,8 +2554,8 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \ ...@@ -2554,8 +2554,8 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \
#define DBR_OUTPUT_SEQEND(FILE) \ #define DBR_OUTPUT_SEQEND(FILE) \
if (final_sequence != NULL_RTX) \ if (final_sequence != NULL_RTX) \
{ \ { \
int count; \ int count;
int laj = GET_CODE (XEXP (XEXP (final_sequence, 0), 0)) == CALL_INSN; \ int laj = GET_CODE (XVECEXP (final_sequence, 0, 0)) == CALL_INSN; \
\ \
count = dbr_sequence_length(); \ count = dbr_sequence_length(); \
while (count < (laj ? 2 : 3)) \ while (count < (laj ? 2 : 3)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment