projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a39b2f5
)
fix typo in pipeline.cc
author
Dan Carney
<dcarney@chromium.org>
Wed, 19 Nov 2014 08:55:13 +0000
(09:55 +0100)
committer
Dan Carney
<dcarney@chromium.org>
Wed, 19 Nov 2014 08:55:26 +0000
(08:55 +0000)
TBR=bmeurer@chromium.org
BUG=
Review URL: https://codereview.chromium.org/
743603003
Cr-Commit-Position: refs/heads/master@{#25413}
src/compiler/pipeline.cc
patch
|
blob
|
history
diff --git
a/src/compiler/pipeline.cc
b/src/compiler/pipeline.cc
index 4c767019921842f232b2bb8045960beb0629857e..d237c4a076a31f5559a0c5b31ad6716193413746 100644
(file)
--- 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
);
}
}