diff options
author | 2014-08-27 00:26:00 +0000 | |
---|---|---|
committer | 2014-08-27 00:26:00 +0000 | |
commit | ab66df8bc9e32133cec45c56f2c17d6d705bfb21 (patch) | |
tree | b6837d257d9f292845c5a1d51a94e3be2f62e332 /compiler/dex/compiler_ir.cc | |
parent | a9ffc181c61f5634753bf1039ed50bf22c800fde (diff) | |
parent | bd25d4bff69e4775b7844d48630618b5ad8d3343 (diff) |
Merge "ART: Add capability for a pass to have options"
Diffstat (limited to 'compiler/dex/compiler_ir.cc')
-rw-r--r-- | compiler/dex/compiler_ir.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/compiler_ir.cc b/compiler/dex/compiler_ir.cc index 7a5b114c8d..e1d489a051 100644 --- a/compiler/dex/compiler_ir.cc +++ b/compiler/dex/compiler_ir.cc @@ -54,6 +54,7 @@ CompilationUnit::CompilationUnit(ArenaPool* pool) } CompilationUnit::~CompilationUnit() { + overridden_pass_options.clear(); } void CompilationUnit::StartTimingSplit(const char* label) { |