Commit 60ffc1b8 by Andreas Jaeger Committed by Andreas Jaeger

* reload1.c (fixup_abnormal_edges): Remove unused variable.

From-SVN: r55625
parent c05ffc49
2002-07-21 Andreas Jaeger <aj@suse.de>
* reload1.c (fixup_abnormal_edges): Remove unused variable.
2002-07-21 Bernd Schmidt <bernds@redhat.com> 2002-07-21 Bernd Schmidt <bernds@redhat.com>
Improvements for the ifcvt pass from Michael Meissner, with patches Improvements for the ifcvt pass from Michael Meissner, with patches
......
...@@ -9482,7 +9482,6 @@ fixup_abnormal_edges () ...@@ -9482,7 +9482,6 @@ fixup_abnormal_edges ()
on the non-existant edge. */ on the non-existant edge. */
if (GET_CODE (PATTERN (insn)) != USE) if (GET_CODE (PATTERN (insn)) != USE)
{ {
rtx seq;
/* We're not deleting it, we're moving it. */ /* We're not deleting it, we're moving it. */
INSN_DELETED_P (insn) = 0; INSN_DELETED_P (insn) = 0;
PREV_INSN (insn) = NULL_RTX; PREV_INSN (insn) = NULL_RTX;
......
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