Commit 2b01d264 by Richard Henderson Committed by Richard Henderson

* alpha.c (summarize_insn): Ignore rtl slot format 'i'.

From-SVN: r20318
parent 4146c3af
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> Sun Jun 7 14:15:45 1998 John Carr <jfc@mit.edu>
* sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long * sol2.h (INIT_SUBTARGET_OPTABS): Use Solaris libc float/long long
......
...@@ -4074,6 +4074,9 @@ summarize_insn (x, sum, set) ...@@ -4074,6 +4074,9 @@ summarize_insn (x, sum, set)
summarize_insn (XVECEXP (x, i, j), sum, 0); summarize_insn (XVECEXP (x, i, j), sum, 0);
break; break;
case 'i':
break;
default: default:
abort (); abort ();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment