Commit 651a788e by Richard Kenner Committed by Richard Kenner

* final.c (output_operand_lossage): Use internal_error, not error.

From-SVN: r39850
parent 71641c15
Sun Feb 18 15:45:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* final.c (output_operand_lossage): Use internal_error, not error.
2001-02-18 Shane Nay <shane@agendacomputing.com>
* mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD to
......
......@@ -3390,10 +3390,7 @@ output_operand_lossage (msgid)
if (this_is_asm_operands)
error_for_asm (this_is_asm_operands, "invalid `asm': %s", _(msgid));
else
{
error ("output_operand: %s", _(msgid));
abort ();
}
internal_error ("output_operand: %s", _(msgid));
}
/* Output of assembler code from a template, and its subroutines. */
......
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