diff options
| author | 2012-08-15 00:02:05 -0700 | |
|---|---|---|
| committer | 2012-08-15 04:01:15 -0700 | |
| commit | cd05a6274782c50a2b990c18b5f8d5ae5e44d509 (patch) | |
| tree | 1a202f979454f8b6a1e4294776d52d20c526efc0 /src/compiler_llvm/method_compiler.h | |
| parent | ef0a2ca1f719f64af59db08861edb73739bf5220 (diff) | |
Global lock levels for the LLVM side.
Change-Id: Id2807c8775686bc38f79e13c097fadda2d96d042
Diffstat (limited to 'src/compiler_llvm/method_compiler.h')
| -rw-r--r-- | src/compiler_llvm/method_compiler.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index dbdcb52ade..9b207c3b44 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -441,11 +441,7 @@ class MethodCompiler { CompilationUnit* cunit_; Compiler* compiler_; - ClassLinker* class_linker_; - const ClassLoader* class_loader_; - const DexFile* dex_file_; - DexCache* dex_cache_; const DexFile::CodeItem* code_item_; OatCompilationUnit* oat_compilation_unit_; @@ -470,7 +466,6 @@ class MethodCompiler { std::vector<llvm::BasicBlock*> basic_block_landing_pads_; llvm::BasicBlock* basic_block_unwind_; - llvm::BasicBlock* basic_block_unreachable_; llvm::AllocaInst* shadow_frame_; llvm::Value* old_shadow_frame_; |