diff options
| author | 2012-10-12 07:35:41 -0700 | |
|---|---|---|
| committer | 2012-10-12 07:35:42 -0700 | |
| commit | 4fe0ef28ed58502a3652e827f5931df0b45cf39c (patch) | |
| tree | 5fa390e59abda86faac886284611d3f94ca614b5 /src/compiler/CompilerIR.h | |
| parent | 9958daab2a4b0c26482698ac74d3035600115faf (diff) | |
| parent | 4df2bbdfe6602ce5f141b7b44028b95faa0bd8ef (diff) | |
Merge "Enable multi-threaded Quick compilation" into dalvik-dev
Diffstat (limited to 'src/compiler/CompilerIR.h')
| -rw-r--r-- | src/compiler/CompilerIR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index 593fce5e04..5a10831a0d 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -549,7 +549,7 @@ struct CompilationUnit { Checkstats* checkstats; #if defined(ART_USE_QUICK_COMPILER) bool genBitcode; - QuickCompiler* quick_compiler; + LLVMInfo* llvm_info; llvm::LLVMContext* context; llvm::Module* module; llvm::Function* func; |