From b34f69ab43aaf7a6e6045c95f398baf566ef5023 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Fri, 7 Mar 2014 15:28:39 +0000 Subject: Add command line support for enabling the optimizing compiler. Also run tests with the optimizing compiler enabled when the file art/USE_OPTIMIZING_COMPILER is present. Change-Id: Ibc33eed62a43547bc3b9fe786d014c0d81b5add8 --- 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 c71f0473f1..70159cae9f 100644 --- a/compiler/dex/compiler_ir.h +++ b/compiler/dex/compiler_ir.h @@ -62,7 +62,7 @@ struct CompilationUnit { uint32_t disable_opt; // opt_control_vector flags. uint32_t enable_debug; // debugControlVector flags. bool verbose; - const CompilerBackend* compiler_backend; + const Compiler* compiler; InstructionSet instruction_set; bool target64; -- cgit v1.2.3-59-g8ed1b