summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator_arm.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2016-11-09 17:30:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-09 17:30:49 +0000
commit20c56a8cded87092d40097323fcf9eaf50f64e4b (patch)
tree1dd41fe4afd736aa0cfb8d6ef8ed4835a4dbe4af /compiler/optimizing/code_generator_arm.cc
parent2e7f085990423a706137c1d42673226ee7a7194f (diff)
parent4acd03638fcdb4e5d1666f8eec7eb3bf6d6be035 (diff)
Merge "Revert "JIT root tables.""
Diffstat (limited to 'compiler/optimizing/code_generator_arm.cc')
-rw-r--r--compiler/optimizing/code_generator_arm.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/code_generator_arm.cc b/compiler/optimizing/code_generator_arm.cc
index aedba2c9de..b6d7b80c00 100644
--- a/compiler/optimizing/code_generator_arm.cc
+++ b/compiler/optimizing/code_generator_arm.cc
@@ -5886,9 +5886,6 @@ HLoadString::LoadKind CodeGeneratorARM::GetSupportedLoadStringKind(
case HLoadString::LoadKind::kBssEntry:
DCHECK(!Runtime::Current()->UseJitCompilation());
break;
- case HLoadString::LoadKind::kJitTableAddress:
- DCHECK(Runtime::Current()->UseJitCompilation());
- return HLoadString::LoadKind::kDexCacheViaMethod;
case HLoadString::LoadKind::kDexCacheViaMethod:
break;
}