summaryrefslogtreecommitdiff
path: root/src/compiler/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/Compiler.h')
-rw-r--r--src/compiler/Compiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/Compiler.h b/src/compiler/Compiler.h
index 8bda3feddc..7eb32c2f04 100644
--- a/src/compiler/Compiler.h
+++ b/src/compiler/Compiler.h
@@ -178,10 +178,10 @@ enum DataFlowAnalysisMode {
};
#if defined(ART_USE_QUICK_COMPILER)
-class QuickCompiler {
+class LLVMInfo {
public:
- QuickCompiler();
- ~QuickCompiler();
+ LLVMInfo();
+ ~LLVMInfo();
llvm::LLVMContext* GetLLVMContext() {
return llvm_context_.get();