Index: src/compiler/graph-visualizer.cc |
diff --git a/src/compiler/graph-visualizer.cc b/src/compiler/graph-visualizer.cc |
index 0cea77d9facb675571ebb48ec5bb2f47ff21e594..7ada6cb7d97ef4186d14f80b04c06e914c6eb024 100644 |
--- a/src/compiler/graph-visualizer.cc |
+++ b/src/compiler/graph-visualizer.cc |
@@ -555,7 +555,7 @@ void GraphC1Visualizer::PrintLiveRange(const LiveRange* range, const char* type, |
<< "\""; |
} else { |
index = AllocatedOperand::cast(top->GetSpillOperand())->index(); |
- if (top->kind() == DOUBLE_REGISTERS) { |
+ if (top->kind() == FP_REGISTERS) { |
os_ << " \"double_stack:" << index << "\""; |
} else if (top->kind() == GENERAL_REGISTERS) { |
os_ << " \"stack:" << index << "\""; |