diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-04 18:14:08 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-11-04 18:14:08 +0000 |
commit | c55d1f6c7ffe34f3e142df7877bcd7351b5e00eb (patch) | |
tree | e7b3df235242a411f54a5e7370d5939936ada04b /llvm/docs | |
parent | 9f6c4c45d747d5818ee55c6f40ca86264edd7119 (diff) | |
download | bcm5719-llvm-c55d1f6c7ffe34f3e142df7877bcd7351b5e00eb.tar.gz bcm5719-llvm-c55d1f6c7ffe34f3e142df7877bcd7351b5e00eb.zip |
Typo fix.
llvm-svn: 43678
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/Passes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Passes.html b/llvm/docs/Passes.html index 352263eca73..b7f2ca0fc7b 100644 --- a/llvm/docs/Passes.html +++ b/llvm/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 |