diff options
| author | 2015-04-06 23:08:41 +0000 | |
|---|---|---|
| committer | 2015-04-06 23:08:42 +0000 | |
| commit | 425ee0e1103b52bb72132df64f503725d1a15300 (patch) | |
| tree | 15b1628b1d68abf2f4a44dce941715df438eb15f /compiler/driver/compiler_driver.h | |
| parent | a728627be3fad188a50f24e8d2032c78a8d58aca (diff) | |
| parent | 48699fb0b0662d9a4fa593d0bd2a7d5ace83e34e (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.h | 1 |
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_; |