[llvm-commits] [llvm] r43678 - /llvm/trunk/docs/Passes.html
Gordon Henriksen
gordonhenriksen at mac.com
Sun Nov 4 10:14:09 PST 2007
Author: gordon
Date: Sun Nov 4 12:14:08 2007
New Revision: 43678
URL: http://llvm.org/viewvc/llvm-project?rev=43678&view=rev
Log:
Typo fix.
Modified:
llvm/trunk/docs/Passes.html
Modified: llvm/trunk/docs/Passes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.html?rev=43678&r1=43677&r2=43678&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.html (original)
+++ llvm/trunk/docs/Passes.html Sun Nov 4 12:14:08 2007
@@ -1845,7 +1845,7 @@
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 @@
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
More information about the llvm-commits
mailing list