Fix quick fly2iceland after rebase.
Change-Id: I844f005782b3ecdcb52dc2484d44f4ae34e1c670
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h
index d63b295..f7b1bc6 100644
--- a/src/compiler/CompilerIR.h
+++ b/src/compiler/CompilerIR.h
@@ -424,7 +424,6 @@
checkstats(NULL),
#if defined(ART_USE_QUICK_COMPILER)
genBitcode(false),
- gbcOnly(false),
context(NULL),
module(NULL),
func(NULL),
@@ -597,7 +596,7 @@
Checkstats* checkstats;
#if defined(ART_USE_QUICK_COMPILER)
bool genBitcode;
- bool gbcOnly;
+ QuickCompiler* quick_compiler;
llvm::LLVMContext* context;
llvm::Module* module;
llvm::Function* func;