commit | 0d94eb659387bb797498918ac7e1a41f14b4a11b | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Mar 06 15:20:50 2013 -0800 |
committer | Ian Rogers <irogers@google.com> | Wed Mar 06 15:20:50 2013 -0800 |
tree | 933544ec77dd17f01ecc3e6bc2337a28095ef74e | |
parent | 8227cc1b46f36aed77745ea15de2f435e04c5337 [diff] [blame] |
Minor LLVM cleanup. Change-Id: Ic3e88d5e551d0ee440231ce8bb515ecd31517fe2
diff --git a/src/compiler/llvm/llvm_compilation_unit.h b/src/compiler/llvm/llvm_compilation_unit.h index 96d019c..c632046 100644 --- a/src/compiler/llvm/llvm_compilation_unit.h +++ b/src/compiler/llvm/llvm_compilation_unit.h
@@ -78,7 +78,7 @@ LLVMInfo* GetQuickContext() const { return llvm_info_.get(); } - void SetCompiler(CompilerDriver* driver) { + void SetCompilerDriver(CompilerDriver* driver) { driver_ = driver; } const DexCompilationUnit* GetDexCompilationUnit() {