OSDN Git Service

Fix lint error.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 1 Jun 2015 17:37:24 +0000 (18:37 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 1 Jun 2015 17:37:24 +0000 (18:37 +0100)
Change-Id: Ibba7622a0c66eba653147f2e861606fffc7f685e

compiler/optimizing/register_allocator_test.cc

index 67525e6..b7da362 100644 (file)
@@ -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());