aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Passes.html
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-11-04 18:14:08 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-11-04 18:14:08 +0000
commit23a8ce5b958df2d954e7f940f2abf0ed36b0e072 (patch)
tree2f53318c6d758af2187d54c98391d0ed27881642 /docs/Passes.html
parent75ff18ed2b43439c76d449f7cc14776308bb85ea (diff)
downloadexternal_llvm-23a8ce5b958df2d954e7f940f2abf0ed36b0e072.zip
external_llvm-23a8ce5b958df2d954e7f940f2abf0ed36b0e072.tar.gz
external_llvm-23a8ce5b958df2d954e7f940f2abf0ed36b0e072.tar.bz2
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.html')
-rw-r--r--docs/Passes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Passes.html b/docs/Passes.html
index 352263e..b7f2ca0 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -1845,7 +1845,7 @@ if (i == j)
before performing optimizing transformations.
</p>
- <p>
+ <ul>
<li>Both of a binary operator's parameters are of the same type.</li>
<li>Verify that the indices of mem access instructions match other
operands.</li>
@@ -1875,7 +1875,7 @@ if (i == j)
not agree with the function return value type.</li>
<li>Function call argument types match the function prototype.</li>
<li>All other things that are tested by asserts spread about the code.</li>
- </p>
+ </ul>
<p>
Note that this does not provide full security verification (like Java), but