diff options
Diffstat (limited to 'compiler/optimizing/select_generator.cc')
-rw-r--r-- | compiler/optimizing/select_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/select_generator.cc b/compiler/optimizing/select_generator.cc index 46d0d0eb65..cb7ade915f 100644 --- a/compiler/optimizing/select_generator.cc +++ b/compiler/optimizing/select_generator.cc @@ -140,7 +140,7 @@ void HSelectGenerator::Run() { block->MergeWith(merge_block); } - MaybeRecordStat(MethodCompilationStat::kSelectGenerated); + MaybeRecordStat(stats_, MethodCompilationStat::kSelectGenerated); // No need to update dominance information, as we are simplifying // a simple diamond shape, where the join block is merged with the |