diff options
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r-- | compiler/dex/mir_graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index 0db54bf23c..7f9698bbee 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -1101,6 +1101,7 @@ class MIRGraph { bool EliminateDeadCodeGate(); bool EliminateDeadCode(BasicBlock* bb); void EliminateDeadCodeEnd(); + void GlobalValueNumberingCleanup(); bool EliminateSuspendChecksGate(); bool EliminateSuspendChecks(BasicBlock* bb); |