Commit c12c6a56 by Chandra Chavva

Removed extra bracket.

From-SVN: r35103
parent adbc4b32
......@@ -7802,7 +7802,7 @@ check_dbra_loop (loop, insn_count)
rtx jump1;
if ((jump1 = prev_nonnote_insn (jump)) != loop->cont)
if (GET_CODE (jump1) == JUMP_INSN))
if (GET_CODE (jump1) == JUMP_INSN)
return 0;
}
......
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