I cannot spell coalesce :)
authorChris Lattner <sabre@nondot.org>
Fri, 21 Sep 2007 17:43:52 +0000 (17:43 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Sep 2007 17:43:52 +0000 (17:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42196 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 7fc4ead6001de6b4122006a3da049a7cb99fadb5..4c9f30f7b2a7f5901c07bdea83d4a027dced0c32 100644 (file)
@@ -129,7 +129,7 @@ cases.</li>
 significantly simplifying the SelectionDAG representation for these and making
 the code generator faster for vector code.</li>
 
-<li>Evan remat rewrite (coallesced intervals + folding of remat'd loads) and
+<li>Evan remat rewrite (coalesced intervals + folding of remat'd loads) and
 live intervals improvements.</li>
 
 <li>Dan Gohman contributed support for better alignment and volatility handling
@@ -144,8 +144,8 @@ Levenstein contributed several big improvements.  BigBlock is optimized for code
 that uses very large basic blocks.  It is slightly slower than the "local"
 allocator, but produces much better code.</li>
 
-<li>David Greene refactored the register allocator to split coallescing out from
-allocation, making coallescers pluggable.</li>
+<li>David Greene refactored the register allocator to split coalescing out from
+allocation, making coalescers pluggable.</li>
 
 </ul>