diff options
author | Vladimir Marko <vmarko@google.com> | 2016-12-13 13:50:14 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2016-12-13 13:50:14 +0000 |
commit | 0f0829ba15e4ed54472fb6ebac3a19b101d03db3 (patch) | |
tree | d968014b299db7fd4eaf23dde82cad3572d8147a /compiler/optimizing/code_generator_arm.h | |
parent | 1e35a69a44bbf3999ec1829e501d7305bd9fc9d2 (diff) |
Remove obsolete DeduplicateDexCacheAddressLiteral().
Test: Rely on TreeHugger
Bug: 30627598
Change-Id: Ia3c7a1d528f62b730d7ac1cc7b67f21d9ff06c9e
Diffstat (limited to 'compiler/optimizing/code_generator_arm.h')
-rw-r--r-- | compiler/optimizing/code_generator_arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h index b9291728ff..605169deed 100644 --- a/compiler/optimizing/code_generator_arm.h +++ b/compiler/optimizing/code_generator_arm.h @@ -489,7 +489,6 @@ class CodeGeneratorARM : public CodeGenerator { dex::StringIndex string_index); Literal* DeduplicateBootImageTypeLiteral(const DexFile& dex_file, dex::TypeIndex type_index); Literal* DeduplicateBootImageAddressLiteral(uint32_t address); - Literal* DeduplicateDexCacheAddressLiteral(uint32_t address); Literal* DeduplicateJitStringLiteral(const DexFile& dex_file, dex::StringIndex string_index); Literal* DeduplicateJitClassLiteral(const DexFile& dex_file, dex::TypeIndex type_index, |