* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 4 Sep 1999 23:25:54 +0000 (23:25 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 4 Sep 1999 23:25:54 +0000 (23:25 +0000)
From-SVN: r29114

gcc/ChangeLog
gcc/config/c4x/c4x.h

index e765fac1f3f47a48316a6ee47dd2a146776faa25..fe084e32f75d913518f173319d9aa8f204aa3717 100644 (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.
index 3f106f0270a25943ebb42ae8f8525c0bda8189a8..7bc69ee4503feaf39a373b2d3c88d6a753baedc8 100644 (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))         \