mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
fix a typo duraid noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26b1d42c84
commit
77d36d4ed5
@ -239,7 +239,7 @@ possible, given information known statically about the arguments to the call.
|
||||
= 0; &A[i] != &A[100]; ++i) ...</tt>") are optimized better than before,
|
||||
which primarily helps iterator-intensive C++ codes.</li>
|
||||
|
||||
<li>The code generator now uses information about takes advantage of commutative
|
||||
<li>The code generator now can provide and use information about commutative
|
||||
two-address instructions when performing register allocation.</li>
|
||||
|
||||
<li>The optimizer now eliminates simple cases where redundant conditions exist
|
||||
|
Loading…
Reference in New Issue
Block a user