diff options
| author | 2012-04-11 12:24:31 +0800 | |
|---|---|---|
| committer | 2012-04-11 06:17:17 -0700 | |
| commit | 933abf8ce64e522b1c45b191b796bf2208a760d9 (patch) | |
| tree | ee26e32d37a4e5913aa2fedb0c6d00007a561e2e /src/compiler_llvm/method_compiler.h | |
| parent | 1a032b12c0d7383d58d61e6a41c0d03320deaf55 (diff) | |
Fix illegal field access bug to pass 075.
Change-Id: I33b4e2066d7ad17053e4556f80ca49f93093f78d
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index 7b374aface..efe8486092 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -369,15 +369,6 @@ class MethodCompiler { RegCategory GetInferredRegCategory(uint32_t dex_pc, uint16_t reg); - Field* ResolveField(uint32_t field_idx); - - Field* FindFieldAndDeclaringTypeIdx(uint32_t field_idx, - uint32_t &resolved_type_idx); - - - // Diagnostics helper function - void PrintUnresolvedFieldWarning(int32_t field_idx); - // Basic block helper functions llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc); |