Commit 31fce3c4 by Eric Christopher Committed by Eric Christopher

flow.c (propagate_one_insn): Change to use fatal_insn.

2002-01-15  Eric Christopher  <echristo@redhat.com>

	* flow.c (propagate_one_insn): Change to use fatal_insn.

From-SVN: r48899
parent 0e1c7a5f
2002-01-15 Eric Christopher <echristo@redhat.com>
* flow.c (propagate_one_insn): Change to use fatal_insn.
2002-01-15 Kazu Hirata <kazu@hxi.com> 2002-01-15 Kazu Hirata <kazu@hxi.com>
* expmed.c (extract_fixed_bit_field): Remove unused code. * expmed.c (extract_fixed_bit_field): Remove unused code.
......
...@@ -1566,11 +1566,7 @@ propagate_one_insn (pbi, insn) ...@@ -1566,11 +1566,7 @@ propagate_one_insn (pbi, insn)
|| (HAVE_sibcall_epilogue || (HAVE_sibcall_epilogue
&& sibcall_epilogue_contains (insn))) && sibcall_epilogue_contains (insn)))
&& find_reg_note (insn, REG_MAYBE_DEAD, NULL_RTX) == 0) && find_reg_note (insn, REG_MAYBE_DEAD, NULL_RTX) == 0)
{ fatal_insn ("Attempt to delete prologue/epilogue insn:", insn);
internal_error ("Attempt to delete prologue/epilogue insn:\n");
debug_rtx (insn);
abort ();
}
/* Record sets. Do this even for dead instructions, since they /* Record sets. Do this even for dead instructions, since they
would have killed the values if they hadn't been deleted. */ would have killed the values if they hadn't been deleted. */
......
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