summaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched-rgn.cc')
-rw-r--r--gcc/sched-rgn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-rgn.cc b/gcc/sched-rgn.cc
index ee92105ae1e..a0dfdb7881f 100644
--- a/gcc/sched-rgn.cc
+++ b/gcc/sched-rgn.cc
@@ -2802,7 +2802,7 @@ debug_rgn_dependencies (int from_bb)
}
/* Print dependencies information for instructions between HEAD and TAIL.
- ??? This function would probably fit best in haifa-sched.c. */
+ ??? This function would probably fit best in haifa-sched.cc. */
void debug_dependencies (rtx_insn *head, rtx_insn *tail)
{
rtx_insn *insn;