summaryrefslogtreecommitdiffstats
path: root/compiler/dex/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/frontend.h')
-rw-r--r--compiler/dex/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/frontend.h b/compiler/dex/frontend.h
index 51b6d68dc..bed3b9730 100644
--- a/compiler/dex/frontend.h
+++ b/compiler/dex/frontend.h
@@ -41,6 +41,7 @@ enum opt_control_vector {
kNullCheckElimination,
kClassInitCheckElimination,
kGlobalValueNumbering,
+ kLocalValueNumbering,
kPromoteRegs,
kTrackLiveTemps,
kSafeOptimizations,