Skip to content

Commit 15c74de

Browse files
committed
fix a typo duraid noticed
llvm-svn: 22082
1 parent 3dbbc88 commit 15c74de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
= 0; &amp;A[i] != &amp;A[100]; ++i) ...</tt>") are optimized better than before,
240240
which primarily helps iterator-intensive C++ codes.</li>
241241

242-
<li>The code generator now uses information about takes advantage of commutative
242+
<li>The code generator now can provide and use information about commutative
243243
two-address instructions when performing register allocation.</li>
244244

245245
<li>The optimizer now eliminates simple cases where redundant conditions exist

0 commit comments

Comments
 (0)