From 1b893504b35693f977761494967aa92b82b62436 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sat, 4 Sep 1999 23:25:54 +0000 Subject: [PATCH] * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs. From-SVN: r29114 --- gcc/ChangeLog | 4 ++++ gcc/config/c4x/c4x.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e765fac..fe084e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Sep 5 11:11:59 1999 Michael Hayes + + * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs. + Sun Sep 5 10:13:19 1999 Michael Hayes * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 3f106f0..7bc69ee 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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)) \ -- 2.7.4