From 1404ad5cbc7eb10d42ea55b9332be70dc1b07ed9 Mon Sep 17 00:00:00 2001
From: Jeff Law <law@gcc.gnu.org>
Date: Sun, 17 Aug 1997 20:08:55 -0600
Subject: [PATCH] Another haifa typo.

From-SVN: r14828
---
 gcc/loop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/loop.c b/gcc/loop.c
index d3651638ad34..90bc53320b8a 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");
-- 
GitLab