From: Gordon Henriksen
Date: Sun, 4 Nov 2007 18:14:08 +0000 (+0000)
Subject: Typo fix.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=23a8ce5b958df2d954e7f940f2abf0ed36b0e072;p=oota-llvm.git
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43678 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/Passes.html b/docs/Passes.html
index 352263eca73..b7f2ca0fc7b 100644
--- a/docs/Passes.html
+++ b/docs/Passes.html
@@ -1845,7 +1845,7 @@ if (i == j)
before performing optimizing transformations.
-
+
- Both of a binary operator's parameters are of the same type.
- Verify that the indices of mem access instructions match other
operands.
@@ -1875,7 +1875,7 @@ if (i == j)
not agree with the function return value type.
- Function call argument types match the function prototype.
- All other things that are tested by asserts spread about the code.
-
+
Note that this does not provide full security verification (like Java), but