Skip to content

Commit

Permalink
Another haifa typo.
Browse files Browse the repository at this point in the history
From-SVN: r14828
  • Loading branch information
Jeff Law committed Aug 18, 1997
1 parent 4e9633f commit 1404ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -7300,7 +7300,7 @@ insert_bct (loop_start, loop_end)
This check is repeated from analyze_loop_iterations (),
because unrolling might have changed that. */
if (GET_CODE (PREV_INSN (loop_end)) != JUMP_INSN
|| !is_condjump_p (PREV_INSN (loop_end))) {
|| !condjump_p (PREV_INSN (loop_end))) {
if (loop_dump_stream)
fprintf (loop_dump_stream,
"insert_bct: not instrumenting BCT because of invalid branch\n");
Expand Down

0 comments on commit 1404ad5

Please sign in to comment.