projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b7593c
)
Shrinkify to make --help output look better
author
Chris Lattner
<sabre@nondot.org>
Sun, 23 Oct 2005 22:37:13 +0000
(22:37 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 23 Oct 2005 22:37:13 +0000
(22:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23911
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/llc.cpp
patch
|
blob
|
history
diff --git
a/tools/llc/llc.cpp
b/tools/llc/llc.cpp
index 76938450425cb8b4cc87dd5b08aed78c967bf560..b365f2741d3dbf17e7d7500c47676a019cc7bc71 100644
(file)
--- a/
tools/llc/llc.cpp
+++ b/
tools/llc/llc.cpp
@@
-58,7
+58,7
@@
static cl::list<std::string>
MAttrs("mattr",
cl::CommaSeparated,
cl::desc("Target specific attributes (-mattr=help for details)"),
- cl::value_desc("a
ttr1,+attr2, ..., -attrN
"));
+ cl::value_desc("a
1,+a2,-a3,...
"));
cl::opt<TargetMachine::CodeGenFileType>
FileType("filetype", cl::init(TargetMachine::AssemblyFile),