]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/tree-ssa.texi
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / doc / tree-ssa.texi
index 5e6eb7e05855dac50def576bce74b4965cff742c..f962ef9b1eead5059b65a21766e04fffcfba5582 100644 (file)
@@ -183,7 +183,7 @@ call to @code{update_stmt}.
 @cindex Operand Iterators
 @cindex Operand Access Routines
 
-Operands are collected by @file{tree-ssa-operands.c}.  They are stored
+Operands are collected by @file{tree-ssa-operands.cc}.  They are stored
 inside each statement's annotation and can be accessed through either the
 operand iterators or an access routine.
 
@@ -462,7 +462,7 @@ expressions are renamed so that their version number matches that of
 the most recent assignment.
 
 We represent variable versions using @code{SSA_NAME} nodes.  The
-renaming process in @file{tree-ssa.c} wraps every real and
+renaming process in @file{tree-ssa.cc} wraps every real and
 virtual operand with an @code{SSA_NAME} node which contains
 the version number and the statement that created the
 @code{SSA_NAME}.  Only definitions and virtual definitions may
@@ -763,7 +763,7 @@ or that is used by pure or nested const calls.
 @item Type-based alias analysis
 
 Type-based alias analysis is frontend dependent though generic
-support is provided by the middle-end in @code{alias.c}.  TBAA
+support is provided by the middle-end in @code{alias.cc}.  TBAA
 code is used by both tree optimizers and RTL optimizers.
 
 Every language that wishes to perform language-specific alias analysis