* alpha.c (summarize_insn): Ignore rtl slot format 'i'.
authorRichard Henderson <rth@cygnus.com>
Mon, 8 Jun 1998 00:05:06 +0000 (17:05 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 8 Jun 1998 00:05:06 +0000 (17:05 -0700)
From-SVN: r20318

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 033f74d455b7e138b55a82f170a42b2b716d01b2..8d1b6bd6dc4480f939e74c5085484b0402d1d4e4 100644 (file)
@@ -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
index 92c4c27dd53a87e65cc85fc596c43c6b2d73a809..e1217e596c3befe7e20933964beb5c76ca6ce238 100644 (file)
@@ -4074,6 +4074,9 @@ summarize_insn (x, sum, set)
              summarize_insn (XVECEXP (x, i, j), sum, 0);
            break;
 
+         case 'i':
+           break;
+
          default:
            abort ();
          }