summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/dex/frontend.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/dex/frontend.cc b/compiler/dex/frontend.cc
index b16cf14b02..f3ef796480 100644
--- a/compiler/dex/frontend.cc
+++ b/compiler/dex/frontend.cc
@@ -97,14 +97,7 @@ static constexpr uint32_t kDisabledOptimizationsPerISA[] = {
// 2 = kArm64. TODO(Arm64): enable optimizations once backend is mature enough.
(1 << kLoadStoreElimination) |
(1 << kLoadHoisting) |
- (1 << kSuppressLoads) |
- (1 << kClassInitCheckElimination) |
- (1 << kTrackLiveTemps) |
- (1 << kSafeOptimizations) |
(1 << kBBOpt) |
- (1 << kMatch) |
- (1 << kPromoteCompilerTemps) |
- (1 << kSuppressExceptionEdges) |
0,
// 3 = kThumb2.
0,