diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/llvm-exegesis.cpp')
-rw-r--r-- | llvm/tools/llvm-exegesis/llvm-exegesis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp index 90b2ebb18cc..3c57706a255 100644 --- a/llvm/tools/llvm-exegesis/llvm-exegesis.cpp +++ b/llvm/tools/llvm-exegesis/llvm-exegesis.cpp @@ -49,7 +49,7 @@ static llvm::cl::opt<std::string> enum class BenchmarkModeE { Latency, Uops, Analysis }; static llvm::cl::opt<BenchmarkModeE> BenchmarkMode( - "benchmark-mode", llvm::cl::desc("the benchmark mode to run"), + "mode", llvm::cl::desc("the mode to run"), llvm::cl::values( clEnumValN(BenchmarkModeE::Latency, "latency", "Instruction Latency"), clEnumValN(BenchmarkModeE::Uops, "uops", "Uop Decomposition"), |