Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index a13a189779197e8809fd8e9903a2992d0c2b621b..5755bb2dde804c233c6ce2173ba505deb416d810 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -1274,7 +1274,7 @@ void LAllocator::BuildLiveRanges() { |
found = true; |
int operand_index = iterator.Current(); |
PrintF("Function: %s\n", |
- *graph_->info()->function()->debug_name()->ToCString()); |
+ *chunk_->info()->function()->debug_name()->ToCString()); |
PrintF("Value %d used before first definition!\n", operand_index); |
LiveRange* range = LiveRangeFor(operand_index); |
PrintF("First use is at %d\n", range->first_pos()->pos().Value()); |