projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86b677
)
Fix a validation error.
author
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 4 Nov 2007 16:17:00 +0000
(16:17 +0000)
committer
Gordon Henriksen
<gordonhenriksen@mac.com>
Sun, 4 Nov 2007 16:17:00 +0000
(16:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43675
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/Passes.html
patch
|
blob
|
history
diff --git
a/docs/Passes.html
b/docs/Passes.html
index c144e2ba63d3368a05b7f453e0bd19f8a0b835a5..b8d5fa105234f0433cd0c7d3996d9427605d2cec 100644
(file)
--- 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