| Index: src/lithium-allocator.cc
|
| ===================================================================
|
| --- src/lithium-allocator.cc (revision 14601)
|
| +++ src/lithium-allocator.cc (working copy)
|
| @@ -2055,7 +2055,7 @@
|
|
|
| if (pos.Value() <= range->Start().Value()) return range;
|
|
|
| - // We can't properly connect liveranges if split occured at the end
|
| + // We can't properly connect liveranges if split occurred at the end
|
| // of control instruction.
|
| ASSERT(pos.IsInstructionStart() ||
|
| !chunk_->instructions()->at(pos.InstructionIndex())->IsControl());
|
|
|