From: law Date: Mon, 18 Aug 1997 02:08:55 +0000 (+0000) Subject: Another haifa typo. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=33ada4055f5f88ad841df87026e31e132d518284;p=pf3gnuchains%2Fgcc-fork.git Another haifa typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14828 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/loop.c b/gcc/loop.c index d3651638ad3..90bc53320b8 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -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");