aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Passes.html
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-11-04 16:17:00 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-11-04 16:17:00 +0000
commite626bbe4b57e7a99e9fc448dc408fca3277c16ff (patch)
treee981a711b7b1aaef917bb3ca6b54b0503225cffc /docs/Passes.html
parentc86b67742a3298c0a5a715b57a64f11107b8a3f2 (diff)
downloadexternal_llvm-e626bbe4b57e7a99e9fc448dc408fca3277c16ff.zip
external_llvm-e626bbe4b57e7a99e9fc448dc408fca3277c16ff.tar.gz
external_llvm-e626bbe4b57e7a99e9fc448dc408fca3277c16ff.tar.bz2
Fix a validation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r--docs/Passes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Passes.html b/docs/Passes.html
index c144e2b..b8d5fa1 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.</li>
- </p>
+ </ol>
<p>
This transformation should be followed by strength reduction after all of the