summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2016-03-21 17:10:24 +0000
committerVladimir Marko <vmarko@google.com>2016-03-21 17:39:20 +0000
commit3c94f0945ed596ceee39783fa075f013b65e80a1 (patch)
treec10b5808a5d7157371c2750823e6a168c73aa231 /dex2oat/dex2oat.cc
parent162629ee8ac0fee2df0c0cdec27dff34bc6f0062 (diff)
downloadandroid_art-3c94f0945ed596ceee39783fa075f013b65e80a1.tar.gz
android_art-3c94f0945ed596ceee39783fa075f013b65e80a1.tar.bz2
android_art-3c94f0945ed596ceee39783fa075f013b65e80a1.zip
Remove Quick from tree.
So long, old friend. Change-Id: I0241c798a34b92bf994fed83888da67d6e7f1891
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index 0debd42834..ede0bdad6a 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -48,7 +48,6 @@
#include "compiler_callbacks.h"
#include "debug/elf_debug_writer.h"
#include "debug/method_debug_info.h"
-#include "dex/pass_manager.h"
#include "dex/quick/dex_file_to_method_inliner_map.h"
#include "dex/quick_compiler_callbacks.h"
#include "dex/verification_results.h"
@@ -342,20 +341,6 @@ NO_RETURN static void Usage(const char* fmt, ...) {
UsageError(" --profile-file-fd=<number>: same as --profile-file but accepts a file descriptor.");
UsageError(" Cannot be used together with --profile-file.");
UsageError("");
- UsageError(" --print-pass-names: print a list of pass names");
- UsageError("");
- UsageError(" --disable-passes=<pass-names>: disable one or more passes separated by comma.");
- UsageError(" Example: --disable-passes=UseCount,BBOptimizations");
- UsageError("");
- UsageError(" --print-pass-options: print a list of passes that have configurable options along "
- "with the setting.");
- UsageError(" Will print default if no overridden setting exists.");
- UsageError("");
- UsageError(" --pass-options=Pass1Name:Pass1OptionName:Pass1Option#,"
- "Pass2Name:Pass2OptionName:Pass2Option#");
- UsageError(" Used to specify a pass specific option. The setting itself must be integer.");
- UsageError(" Separator used between options is a comma.");
- UsageError("");
UsageError(" --swap-file=<file-name>: specifies a file to use for swap.");
UsageError(" Example: --swap-file=/data/tmp/swap.001");
UsageError("");