diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/passes.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 282fc1a..f6db15d 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -735,12 +735,6 @@ cannot be used for branch prediction (though adapting it would not be difficult). The pass is located in @file{tree-vrp.cc} and is described by @code{pass_vrp}. -@item Folding built-in functions - -This pass simplifies built-in functions, as applicable, with constant -arguments or with inferable string lengths. It is located in -@file{tree-ssa-ccp.cc} and is described by @code{pass_fold_builtins}. - @item Split critical edges This pass identifies critical edges and inserts empty basic blocks |