aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>1999-09-04 23:25:54 +0000
committerMichael Hayes <m.hayes@gcc.gnu.org>1999-09-04 23:25:54 +0000
commit1b893504b35693f977761494967aa92b82b62436 (patch)
tree90e829ad5cfa594f1ffa48eb6a3a81fe7cc59145 /gcc
parentc24d7ed24928025f42d1a8fb82ae3f37f6f1caff (diff)
downloadgcc-1b893504b35693f977761494967aa92b82b62436.zip
gcc-1b893504b35693f977761494967aa92b82b62436.tar.gz
gcc-1b893504b35693f977761494967aa92b82b62436.tar.bz2
* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
From-SVN: r29114
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/c4x/c4x.h4
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 <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.
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)) \