diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html index 9cec58158281..aa9f8bc2477a 100644 --- a/llvm/docs/Passes.html +++ b/llvm/docs/Passes.html @@ -182,7 +182,6 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -strip-debug-declareStrip all llvm.dbg.declare intrinsics -strip-nondebugStrip all symbols, except dbg symbols, from a module -tailcallelimTail Call Elimination --tailduplicateTail Duplication UTILITY PASSES @@ -1862,22 +1861,6 @@ if (X < 3) { - -

- -tailduplicate: Tail Duplication -

-
-

- This pass performs a limited form of tail duplication, intended to simplify - CFGs by removing some unconditional branches. This pass is necessary to - straighten out loops created by the C front-end, but also is capable of - making other code nicer. After this pass is run, the CFG simplify pass - should be run to clean up the mess. -

-
- - -

Utility Passes