Another haifa typo.
authorJeff Law <law@gcc.gnu.org>
Mon, 18 Aug 1997 02:08:55 +0000 (20:08 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 18 Aug 1997 02:08:55 +0000 (20:08 -0600)
From-SVN: r14828

gcc/loop.c

index d3651638ad34fdb43e0777a0273af7c81bcd12b9..90bc53320b8a399e1163a3600723fc6b09b98ccd 100644 (file)
@@ -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");