From db8a18c78843688b80dde273af950993f2279e7f Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 13 Feb 2011 20:57:25 +0000 Subject: [PATCH] Adapt docs to '-loopsimplify -> -loop-simplify' change llvm-svn: 125469 --- llvm/docs/Passes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html index 853ca8cfdba9..a5349c3b85c2 100644 --- a/llvm/docs/Passes.html +++ b/llvm/docs/Passes.html @@ -166,7 +166,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -loop-rotateRotate Loops -loop-unrollUnroll loops -loop-unswitchUnswitch loops --loopsimplifyCanonicalize natural loops +-loop-simplifyCanonicalize natural loops -loweratomicLower atomic intrinsics -lowerinvokeLower invoke and unwind, for unwindless code generators -lowersetjmpLower Set Jump @@ -1491,7 +1491,7 @@ if (X < 3) {

- -loopsimplify: Canonicalize natural loops + -loop-simplify: Canonicalize natural loops