diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2016-11-09 17:30:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-11-09 17:30:49 +0000 |
commit | 20c56a8cded87092d40097323fcf9eaf50f64e4b (patch) | |
tree | 1dd41fe4afd736aa0cfb8d6ef8ed4835a4dbe4af /compiler/optimizing/code_generator_mips.cc | |
parent | 2e7f085990423a706137c1d42673226ee7a7194f (diff) | |
parent | 4acd03638fcdb4e5d1666f8eec7eb3bf6d6be035 (diff) |
Merge "Revert "JIT root tables.""
Diffstat (limited to 'compiler/optimizing/code_generator_mips.cc')
-rw-r--r-- | compiler/optimizing/code_generator_mips.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/optimizing/code_generator_mips.cc b/compiler/optimizing/code_generator_mips.cc index 56def3194c..f19e2fec75 100644 --- a/compiler/optimizing/code_generator_mips.cc +++ b/compiler/optimizing/code_generator_mips.cc @@ -5205,11 +5205,6 @@ HLoadString::LoadKind CodeGeneratorMIPS::GetSupportedLoadStringKind( case HLoadString::LoadKind::kDexCacheViaMethod: fallback_load = false; break; - case HLoadString::LoadKind::kJitTableAddress: - DCHECK(Runtime::Current()->UseJitCompilation()); - // TODO: implement. - fallback_load = true; - break; } if (fallback_load) { desired_string_load_kind = HLoadString::LoadKind::kDexCacheViaMethod; |