commit | 76ae4fe651c77619aeeb4dd395c7ec8fc29685fc | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Feb 27 16:03:41 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Wed Feb 27 22:20:36 2013 -0800 |
tree | c9160ac0bfafe49d5b4a0c303e4767ee52b7abd3 | |
parent | 395116cae130c983498c0a2f42b89e42f75bb9d0 [diff] [blame] |
1 IR builder. Kill greenland. Remove JTypeSpace. Change-Id: I7d08cfd8c1fec46df4ce5f51706dff2e246695b5
diff --git a/src/compiler_llvm/llvm_compilation_unit.h b/src/compiler_llvm/llvm_compilation_unit.h index 5951061..8ea4ea2 100644 --- a/src/compiler_llvm/llvm_compilation_unit.h +++ b/src/compiler_llvm/llvm_compilation_unit.h
@@ -107,6 +107,7 @@ UniquePtr<IRBuilder> irb_; UniquePtr<RuntimeSupportBuilder> runtime_support_; llvm::Module* module_; // Managed by context_ + UniquePtr<IntrinsicHelper> intrinsic_helper_; UniquePtr<LLVMInfo> llvm_info_; Compiler* compiler_; OatCompilationUnit* oat_compilation_unit_;