diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-04 16:17:00 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-04 16:17:00 +0000 |
commit | a18a276350d8cbf0a346926b2d3d0c780d19ad6f (patch) | |
tree | 30d171c610dc34309bf4f3e32afd09d99fe75d37 /llvm/docs | |
parent | d568767ecb39489b91b4160ba881fb3991677a31 (diff) | |
download | bcm5719-llvm-a18a276350d8cbf0a346926b2d3d0c780d19ad6f.tar.gz bcm5719-llvm-a18a276350d8cbf0a346926b2d3d0c780d19ad6f.zip |
Fix a validation error.
llvm-svn: 43675
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/Passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html index c144e2ba63d..b8d5fa10523 100644 --- a/llvm/docs/Passes.html +++ b/llvm/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 |