summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Jeff Hao <jeffhao@google.com> 2015-04-06 23:08:41 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-06 23:08:42 +0000
commit425ee0e1103b52bb72132df64f503725d1a15300 (patch)
tree15b1628b1d68abf2f4a44dce941715df438eb15f /compiler/driver/compiler_driver.h
parenta728627be3fad188a50f24e8d2032c78a8d58aca (diff)
parent48699fb0b0662d9a4fa593d0bd2a7d5ace83e34e (diff)
Merge "Prevent verified method from being deleted by compiler driver."
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_;