projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66572df
)
Fix a typo in rL334447.
author
Wei Mi
<wmi@google.com>
Tue, 12 Jun 2018 04:43:09 +0000
(
04:43
+0000)
committer
Wei Mi
<wmi@google.com>
Tue, 12 Jun 2018 04:43:09 +0000
(
04:43
+0000)
llvm-svn: 334475
llvm/tools/llvm-profdata/llvm-profdata.cpp
patch
|
blob
|
history
diff --git
a/llvm/tools/llvm-profdata/llvm-profdata.cpp
b/llvm/tools/llvm-profdata/llvm-profdata.cpp
index 842f30fc3e997c7447609d0690b4a26b975795c4..cab1237f7aa9a594a83f93d1e03a4efd49fc2fe4 100644
(file)
--- 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)")));