Commit 2049526b by Richard Kenner

(global_conflicts): Move decl of unused variable I into #if 0 block.

From-SVN: r6886
parent 87bd0490
......@@ -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))
......
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