diff options
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
-rw-r--r-- | compiler/optimizing/graph_checker.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index 541a9cc3d2..a1b7b28a24 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -43,9 +43,7 @@ class GraphChecker final : public HGraphDelegateVisitor { uses_per_instruction_(allocator_.Adapter(kArenaAllocGraphChecker)), instructions_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), phis_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), - codegen_(codegen) { - seen_ids_.ClearAllBits(); - } + codegen_(codegen) {} // Check the whole graph. The pass_change parameter indicates whether changes // may have occurred during the just executed pass. The default value is |