From 48699fb0b0662d9a4fa593d0bd2a7d5ace83e34e Mon Sep 17 00:00:00 2001 From: Jeff Hao Date: Mon, 6 Apr 2015 14:21:37 -0700 Subject: Prevent verified method from being deleted by compiler driver. The results of it will be needed by future optimizing compiler changes. Change-Id: Ifbdf47e7564906b74193f80a4ba0459eed87c0f7 --- compiler/driver/compiler_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index efcaae4cdd..edd1bd263f 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -557,6 +557,7 @@ class CompilerDriver { DexFileToMethodInlinerMap* const method_inliner_map_; std::unique_ptr compiler_; + Compiler::Kind compiler_kind_; const InstructionSet instruction_set_; const InstructionSetFeatures* const instruction_set_features_; -- cgit v1.2.3-59-g8ed1b