Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 4c767019921842f232b2bb8045960beb0629857e..d237c4a076a31f5559a0c5b31ad6716193413746 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -638,7 +638,7 @@ struct VerifyGraphPhase { |
void Pipeline::BeginPhaseKind(const char* phase_kind_name) { |
if (data_->pipeline_statistics() != NULL) { |
- data_->pipeline_statistics()->BeginPhaseKind("phase_kind_name"); |
+ data_->pipeline_statistics()->BeginPhaseKind(phase_kind_name); |
} |
} |