]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* reload1.c (fixup_abnormal_edges): Remove unused variable.
authorAndreas Jaeger <aj@suse.de>
Sun, 21 Jul 2002 19:20:22 +0000 (21:20 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 21 Jul 2002 19:20:22 +0000 (21:20 +0200)
From-SVN: r55625

gcc/ChangeLog
gcc/reload1.c

index 8ec80f5928724ad0261480777c84fdb6a234e9dc..3d4ad2769b1efc43502b4dcd6a31f35c4a469b66 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-21  Andreas Jaeger  <aj@suse.de>
+
+        * reload1.c (fixup_abnormal_edges): Remove unused variable.
+
 2002-07-21  Bernd Schmidt  <bernds@redhat.com>
 
        Improvements for the ifcvt pass from Michael Meissner, with patches
index 5b74bed546d8d2d570cd177715a9f3d6fd1a80a5..7212a56c192112905a565d00365d155415edc60e 100644 (file)
@@ -9482,7 +9482,6 @@ fixup_abnormal_edges ()
                     on the non-existant edge.  */
                  if (GET_CODE (PATTERN (insn)) != USE)
                    {
-                     rtx seq;
                      /* We're not deleting it, we're moving it.  */
                      INSN_DELETED_P (insn) = 0;
                      PREV_INSN (insn) = NULL_RTX;