[llvm-commits] CVS: llvm/tools/llc/llc.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 15:37:24 PDT 2005



Changes in directory llvm/tools/llc:

llc.cpp updated: 1.115 -> 1.116
---
Log message:

Shrinkify to make --help output look better


---
Diffs of the changes:  (+1 -1)

 llc.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.115 llvm/tools/llc/llc.cpp:1.116
--- llvm/tools/llc/llc.cpp:1.115	Sun Oct 23 17:35:42 2005
+++ llvm/tools/llc/llc.cpp	Sun Oct 23 17:37:13 2005
@@ -58,7 +58,7 @@
 MAttrs("mattr", 
   cl::CommaSeparated,
   cl::desc("Target specific attributes (-mattr=help for details)"),
-  cl::value_desc("attr1,+attr2, ..., -attrN"));
+  cl::value_desc("a1,+a2,-a3,..."));
 
 cl::opt<TargetMachine::CodeGenFileType>
 FileType("filetype", cl::init(TargetMachine::AssemblyFile),






More information about the llvm-commits mailing list