summaryrefslogtreecommitdiff
path: root/gcc/loop-doloop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop-doloop.cc')
-rw-r--r--gcc/loop-doloop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-doloop.cc b/gcc/loop-doloop.cc
index 8ef94f9be5d..30b45c8071a 100644
--- a/gcc/loop-doloop.cc
+++ b/gcc/loop-doloop.cc
@@ -91,7 +91,7 @@ doloop_condition_get (rtx_insn *doloop_pat)
(additional clobbers and uses)])
The branch must be the first entry of the parallel (also required
- by jump.c), and the second entry of the parallel must be a set of
+ by jump.cc), and the second entry of the parallel must be a set of
the loop counter register. Some targets (IA-64) wrap the set of
the loop counter in an if_then_else too.