From e626bbe4b57e7a99e9fc448dc408fca3277c16ff Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Sun, 4 Nov 2007 16:17:00 +0000 Subject: [PATCH] Fix a validation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Passes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1