mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75ff18ed2b
commit
23a8ce5b95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user