Commit 6883b3ae by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.

From-SVN: r34764
parent 1e89760d
2000-06-28 Richard Henderson <rth@cygnus.com>
* config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
2000-06-28 Jakub Jelinek <jakub@redhat.com> 2000-06-28 Jakub Jelinek <jakub@redhat.com>
* cpplex.c (output_line_command): Output correct #line if a header * cpplex.c (output_line_command): Output correct #line if a header
......
...@@ -5105,6 +5105,7 @@ summarize_insn (x, sum, set) ...@@ -5105,6 +5105,7 @@ summarize_insn (x, sum, set)
case CONST_INT: case CONST_DOUBLE: case CONST_INT: case CONST_DOUBLE:
case SYMBOL_REF: case LABEL_REF: case CONST: case SYMBOL_REF: case LABEL_REF: case CONST:
case SCRATCH:
break; break;
/* Handle common unary and binary ops for efficiency. */ /* Handle common unary and binary ops for efficiency. */
......
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