]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/loop.texi
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / doc / loop.texi
index f7930c5c07948ef02b705860b1d3384cec3d497f..d7b71a24dbfed284b13da702bd5037691a515535 100644 (file)
@@ -504,7 +504,7 @@ false unconditionally.
 @cindex Data Dependency Analysis
 
 The code for the data dependence analysis can be found in
-@file{tree-data-ref.c} and its interface and data structures are
+@file{tree-data-ref.cc} and its interface and data structures are
 described in @file{tree-data-ref.h}.  The function that computes the
 data dependences for all the array and pointer references for a given
 loop is @code{compute_data_dependences_for_loop}.  This function is