diff options
Diffstat (limited to 'compiler/dex/frontend.cc')
-rw-r--r-- | compiler/dex/frontend.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/frontend.cc b/compiler/dex/frontend.cc index 711743d69b..d097500a77 100644 --- a/compiler/dex/frontend.cc +++ b/compiler/dex/frontend.cc @@ -96,7 +96,6 @@ static constexpr uint32_t kDisabledOptimizationsPerISA[] = { ~0U, // 2 = kArm64. TODO(Arm64): enable optimizations once backend is mature enough. (1 << kLoadStoreElimination) | - (1 << kLoadHoisting) | 0, // 3 = kThumb2. 0, |