]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/shrink-wrap.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / shrink-wrap.cc
index f022039fb8ce3a484047ebc739117d17a2bcd022..30166bd20eb4c35901652d37034ee37a12358c6f 100644 (file)
@@ -549,7 +549,7 @@ handle_simple_exit (edge e)
 
   if (e->flags & EDGE_SIBCALL)
     {
-      /* Tell function.c to take no further action on this edge.  */
+      /* Tell function.cc to take no further action on this edge.  */
       e->flags |= EDGE_IGNORE;
 
       e->flags &= ~EDGE_FALLTHRU;