From f5df8974173124faddb8e2b6a331959afdb94fdf Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 14 Feb 2014 18:37:08 +0000 Subject: Rewrite the compiler interface for CompilerDriver. Change-Id: I15fa9afe7ffb7283ebda8d788a1e02793e3f75a6 --- compiler/dex/compiler_ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dex/compiler_ir.h') diff --git a/compiler/dex/compiler_ir.h b/compiler/dex/compiler_ir.h index 32fd79bab8..ea8eb1cfa2 100644 --- a/compiler/dex/compiler_ir.h +++ b/compiler/dex/compiler_ir.h @@ -68,7 +68,7 @@ struct CompilationUnit { uint32_t disable_opt; // opt_control_vector flags. uint32_t enable_debug; // debugControlVector flags. bool verbose; - CompilerBackend compiler_backend; + const CompilerBackend* compiler_backend; InstructionSet instruction_set; const InstructionSetFeatures& GetInstructionSetFeatures() { -- cgit v1.2.3-59-g8ed1b