diff options
author | 2016-01-18 14:50:28 +0000 | |
---|---|---|
committer | 2016-01-18 14:50:28 +0000 | |
commit | 7d6872a2471a20a10fc99b02459db89a5fc2dc1d (patch) | |
tree | 400e5cbd9dcb8512155f4c52af0dbaf24b899767 /compiler/driver/compiler_driver.cc | |
parent | 0e78aedf507512abcb730851025547645cd48c9c (diff) | |
parent | c903b6af634927479915eaa9516d493eea23f911 (diff) |
Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions."
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r-- | compiler/driver/compiler_driver.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 043bd93bd7..138863ac38 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -345,7 +345,6 @@ CompilerDriver::CompilerDriver( std::unordered_set<std::string>* compiled_classes, std::unordered_set<std::string>* compiled_methods, size_t thread_count, bool dump_stats, bool dump_passes, - const std::string& dump_cfg_file_name, bool dump_cfg_append, CumulativeLogger* timer, int swap_fd, const std::unordered_map<const DexFile*, const char*>* dex_to_oat_map, const ProfileCompilationInfo* profile_compilation_info) @@ -370,8 +369,6 @@ CompilerDriver::CompilerDriver( stats_(new AOTCompilationStats), dump_stats_(dump_stats), dump_passes_(dump_passes), - dump_cfg_file_name_(dump_cfg_file_name), - dump_cfg_append_(dump_cfg_append), timings_logger_(timer), compiler_context_(nullptr), support_boot_image_fixup_(instruction_set != kMips && instruction_set != kMips64), |