aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-06-07 17:05:06 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-06-07 17:05:06 -0700
commit2b01d264b1f00be0d8371e2b904db463da604eb0 (patch)
tree512109023a55a8e82f997da706941eb8600cd68c /gcc
parent4146c3afe39d23bedf0019f07edad3236758aa1b (diff)
downloadgcc-2b01d264b1f00be0d8371e2b904db463da604eb0.zip
gcc-2b01d264b1f00be0d8371e2b904db463da604eb0.tar.gz
gcc-2b01d264b1f00be0d8371e2b904db463da604eb0.tar.bz2
* alpha.c (summarize_insn): Ignore rtl slot format 'i'.
From-SVN: r20318
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 033f74d..8d1b6bd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 8 00:04:07 1998 Richard Henderson <rth@cygnus.com>
+
+ * alpha.c (summarize_insn): Ignore rtl slot format 'i'.
+
Sun Jun 7 14:15:45 1998 John Carr <jfc@mit.edu>
* sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index 92c4c27..e1217e5 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -4074,6 +4074,9 @@ summarize_insn (x, sum, set)
summarize_insn (XVECEXP (x, i, j), sum, 0);
break;
+ case 'i':
+ break;
+
default:
abort ();
}