From eafbe659f8cd88584bef5f7ad2500b42227d02ab Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 13 Feb 2011 20:57:25 +0000 Subject: Adapt docs to '-loopsimplify -> -loop-simplify' change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125469 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Passes.html') diff --git a/docs/Passes.html b/docs/Passes.html index 853ca8cfdb..a5349c3b85 100644 --- a/docs/Passes.html +++ b/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

-- cgit v1.2.3