]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(global_conflicts): Move decl of unused variable I into #if 0 block.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:14:10 +0000 (14:14 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:14:10 +0000 (14:14 -0500)
From-SVN: r6886

gcc/global.c

index eec9ed2c24403909794f2f4e2ab3c8bcd93f3fb2..cbc9f008f37f3734b8527d339fab350ec5cbbf87 100644 (file)
@@ -674,9 +674,9 @@ global_conflicts ()
 
          if (code == INSN || code == CALL_INSN || code == JUMP_INSN)
            {
-             int i = 0;
 
 #if 0
+             int i = 0;
              for (link = REG_NOTES (insn);
                   link && i < NUM_NO_CONFLICT_PAIRS;
                   link = XEXP (link, 1))