Reviewers: Benedikt Meurer,
Message:
Committed patchset #1 (id:1) manually as
7dcaa2652ac4642e006880aad6e32abb46e6a5b9 (presubmit successful).
Description:
fix typo in pipeline.cc
[email protected]
BUG=
Committed:
https://chromium.googlesource.com/v8/v8/+/7dcaa2652ac4642e006880aad6e32abb46e6a5b9
Please review this at https://codereview.chromium.org/743603003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M src/compiler/pipeline.cc
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);
}
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.