From: Gordon Henriksen
Date: Sun, 4 Nov 2007 16:17:00 +0000 (+0000)
Subject: Fix a validation error.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e626bbe4b57e7a99e9fc448dc408fca3277c16ff;p=oota-llvm.git
Fix a validation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/Passes.html b/docs/Passes.html
index c144e2ba63d..b8d5fa10523 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -989,7 +989,7 @@ if (i == j)
the dependence on the exit value of the induction variable. If the only
purpose of the loop is to compute the exit value of some derived
expression, this transformation will make the loop dead.
-
+
This transformation should be followed by strength reduction after all of the