diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-23 17:05:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-23 17:05:48 +0000 |
commit | 90d480c26f7524f35323a11d6ba2880ff3db789a (patch) | |
tree | d52251e5720bbce2c5bc066e6da90b0345f8d53d /dex2oat | |
parent | c6de977f6482014a9d01a880efe3eed8bd2007e6 (diff) | |
parent | 36540cb4d549c706cc7cd23086684f1548a91042 (diff) | |
download | art-90d480c26f7524f35323a11d6ba2880ff3db789a.zip art-90d480c26f7524f35323a11d6ba2880ff3db789a.tar.gz art-90d480c26f7524f35323a11d6ba2880ff3db789a.tar.bz2 |
Merge "Implement a space filter for optimizing."
Diffstat (limited to 'dex2oat')
-rw-r--r-- | dex2oat/dex2oat.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index dda8bca..dfea783 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -619,7 +619,6 @@ class Dex2Oat FINAL { Usage("Unknown compiler backend: %s", backend_str.data()); } } else if (option.starts_with("--compiler-filter=")) { - requested_specific_compiler = true; compiler_filter_string = option.substr(strlen("--compiler-filter=")).data(); } else if (option == "--compile-pic") { compile_pic = true; |