aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-08-17 20:08:55 -0600
committerJeff Law <law@gcc.gnu.org>1997-08-17 20:08:55 -0600
commit1404ad5cbc7eb10d42ea55b9332be70dc1b07ed9 (patch)
treee231776100b56524b4e16b8a2e1d318a6be97b5d /gcc/loop.c
parent4e9633f00b5cde065659d7a9de19fbd4d92a22ad (diff)
downloadgcc-1404ad5cbc7eb10d42ea55b9332be70dc1b07ed9.zip
gcc-1404ad5cbc7eb10d42ea55b9332be70dc1b07ed9.tar.gz
gcc-1404ad5cbc7eb10d42ea55b9332be70dc1b07ed9.tar.bz2
Another haifa typo.
From-SVN: r14828
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index d365163..90bc533 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");