| Index: src/lithium-allocator.cc
|
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc
|
| index 5f4f17f16fe1a76029381a414ae732d50f09424e..6417f0cb8532ac3fbf2b4ea981baea26ca284f71 100644
|
| --- a/src/lithium-allocator.cc
|
| +++ b/src/lithium-allocator.cc
|
| @@ -1519,7 +1519,7 @@ void LAllocator::AllocateRegisters() {
|
| LiveRange* current = unhandled_live_ranges_.RemoveLast();
|
| DCHECK(UnhandledIsSorted());
|
| LifetimePosition position = current->Start();
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| allocation_finger_ = position;
|
| #endif
|
| TraceAlloc("Processing interval %d start=%d\n",
|
|
|