summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-profdata/llvm-profdata.cpp
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2018-06-12 04:43:09 +0000
committerWei Mi <wmi@google.com>2018-06-12 04:43:09 +0000
commit432db3b43b811f2b13286d7e0dac3284a7815335 (patch)
treeed491c1170f019c2f1d74a3645cbae0ad40a7237 /llvm/tools/llvm-profdata/llvm-profdata.cpp
parent66572df76eb9acf5c6b84c573541065cb29ce2ff (diff)
downloadbcm5719-llvm-432db3b43b811f2b13286d7e0dac3284a7815335.tar.gz
bcm5719-llvm-432db3b43b811f2b13286d7e0dac3284a7815335.zip
Fix a typo in rL334447.
llvm-svn: 334475
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
-rw-r--r--llvm/tools/llvm-profdata/llvm-profdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp
index 842f30fc3e9..cab1237f7aa 100644
--- a/llvm/tools/llvm-profdata/llvm-profdata.cpp
+++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -475,7 +475,7 @@ static int merge_main(int argc, const char *argv[]) {
cl::values(
clEnumValN(PF_Raw_Binary, "binary", "Binary encoding (default)"),
clEnumValN(PF_Compact_Binary, "compbinary",
- "Compact binary encoding (default)"),
+ "Compact binary encoding"),
clEnumValN(PF_Text, "text", "Text encoding"),
clEnumValN(PF_GCC, "gcc",
"GCC encoding (only meaningful for -sample)")));
OpenPOWER on IntegriCloud