diff options
author | Richard Henderson <rth@cygnus.com> | 1998-06-07 17:05:06 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-07 17:05:06 -0700 |
commit | 2b01d264b1f00be0d8371e2b904db463da604eb0 (patch) | |
tree | 512109023a55a8e82f997da706941eb8600cd68c /gcc/config | |
parent | 4146c3afe39d23bedf0019f07edad3236758aa1b (diff) | |
download | gcc-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/config')
-rw-r--r-- | gcc/config/alpha/alpha.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 (); } |