diff options
| -rw-r--r-- | compiler/optimizing/register_allocator_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/register_allocator_test.cc b/compiler/optimizing/register_allocator_test.cc index 67525e6755..b7da36299d 100644 --- a/compiler/optimizing/register_allocator_test.cc +++ b/compiler/optimizing/register_allocator_test.cc @@ -427,7 +427,7 @@ TEST(RegisterAllocatorTest, FreeUntil) { LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); unhandled->AddLoopRange(0, 60); - // Populate the instructions in the liveness object, to please the register allocator. + // Populate the instructions in the liveness object, to please the register allocator. for (size_t i = 0; i < 60; ++i) { liveness.instructions_from_lifetime_position_.Add( graph->GetEntryBlock()->GetFirstInstruction()); |