summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Jeff Hao <jeffhao@google.com> 2015-04-06 14:21:37 -0700
committer Jeff Hao <jeffhao@google.com> 2015-04-06 15:46:29 -0700
commit48699fb0b0662d9a4fa593d0bd2a7d5ace83e34e (patch)
tree9c223e2f545500c3ea29a0943c2f17b491938c3a /compiler/driver/compiler_driver.h
parentfb9131bd25b5a90e49da5e0f44b23e106558e7e0 (diff)
Prevent verified method from being deleted by compiler driver.
The results of it will be needed by future optimizing compiler changes. Change-Id: Ifbdf47e7564906b74193f80a4ba0459eed87c0f7
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h1
1 files changed, 1 insertions, 0 deletions
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_;
+ Compiler::Kind compiler_kind_;
const InstructionSet instruction_set_;
const InstructionSetFeatures* const instruction_set_features_;