diff options
Diffstat (limited to 'compiler/dex/pass_driver.cc')
-rw-r--r-- | compiler/dex/pass_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/pass_driver.cc b/compiler/dex/pass_driver.cc index 72d3ea6377..f195aff6b6 100644 --- a/compiler/dex/pass_driver.cc +++ b/compiler/dex/pass_driver.cc @@ -97,8 +97,8 @@ static const Pass* const gPasses[] = { GetPassInstance<ConstantPropagation>(), GetPassInstance<InitRegLocations>(), GetPassInstance<MethodUseCount>(), - GetPassInstance<NullCheckEliminationAndTypeInferenceInit>(), GetPassInstance<NullCheckEliminationAndTypeInference>(), + GetPassInstance<ClassInitCheckElimination>(), GetPassInstance<BBCombine>(), GetPassInstance<BBOptimizations>(), }; |