| Index: src/compiler/pipeline-statistics.h
|
| diff --git a/src/compiler/pipeline-statistics.h b/src/compiler/pipeline-statistics.h
|
| index 01cc9de9d13c64d3a025c55a352b6659e23ad1db..ee2dd3d3c7682f0892425ef6beb73bb8fb08b8a7 100644
|
| --- a/src/compiler/pipeline-statistics.h
|
| +++ b/src/compiler/pipeline-statistics.h
|
| @@ -22,6 +22,7 @@ class PipelineStatistics : public Malloced {
|
| ~PipelineStatistics();
|
|
|
| void BeginPhaseKind(const char* phase_kind_name);
|
| + void EndPhaseKind();
|
|
|
| private:
|
| size_t OuterZoneSize() {
|
| @@ -43,7 +44,6 @@ class PipelineStatistics : public Malloced {
|
| };
|
|
|
| bool InPhaseKind() { return !phase_kind_stats_.scope_.is_empty(); }
|
| - void EndPhaseKind();
|
|
|
| friend class PhaseScope;
|
| bool InPhase() { return !phase_stats_.scope_.is_empty(); }
|
|
|