diff options
-rw-r--r-- | tools/llc/llc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 7693845..b365f27 100644 --- 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("attr1,+attr2, ..., -attrN")); + cl::value_desc("a1,+a2,-a3,...")); cl::opt<TargetMachine::CodeGenFileType> FileType("filetype", cl::init(TargetMachine::AssemblyFile), |