diff options
author | Vladimir Marko <vmarko@google.com> | 2016-11-09 12:46:38 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2016-11-09 12:46:38 +0000 |
commit | 54d6a207341ad45cb5eceed71a344073ed6d4e31 (patch) | |
tree | d24fc641ca9ad2b1732a40f0989e3683cc0a5028 /compiler/optimizing/code_generator_mips.cc | |
parent | 2a2f713717ace8a026cfe76c91165a5ed0d80182 (diff) |
Fix 552-checker-sharpening for PIC test.
And remove obsolete HLoadString::LoadKind::kDexCacheAddress.
Test: m ART_TEST_PIC_TEST=true test-art-host
Change-Id: I3e7a1a98c2c7eba5ea10954d7efcf743a807c300
Diffstat (limited to 'compiler/optimizing/code_generator_mips.cc')
-rw-r--r-- | compiler/optimizing/code_generator_mips.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/code_generator_mips.cc b/compiler/optimizing/code_generator_mips.cc index 0960c54408..56def3194c 100644 --- a/compiler/optimizing/code_generator_mips.cc +++ b/compiler/optimizing/code_generator_mips.cc @@ -5199,10 +5199,6 @@ HLoadString::LoadKind CodeGeneratorMIPS::GetSupportedLoadStringKind( break; case HLoadString::LoadKind::kBootImageAddress: break; - case HLoadString::LoadKind::kDexCacheAddress: - DCHECK(Runtime::Current()->UseJitCompilation()); - fallback_load = false; - break; case HLoadString::LoadKind::kBssEntry: DCHECK(!Runtime::Current()->UseJitCompilation()); break; |