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
commitbf2b50b8b523fa770132d56ebeba81b7df048096 (patch)
tree2f53318c6d758af2187d54c98391d0ed27881642 /docs/Passes.html
parenteabb395d15c461b1bbbbc0f2b7555a95ae0b8943 (diff)
downloadexternal_llvm-bf2b50b8b523fa770132d56ebeba81b7df048096.zip
external_llvm-bf2b50b8b523fa770132d56ebeba81b7df048096.tar.gz
external_llvm-bf2b50b8b523fa770132d56ebeba81b7df048096.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