From: Weiming Zhao Date: Wed, 6 Jan 2016 18:18:16 +0000 (+0000) Subject: Fix option desc in FunctionAttrs; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c1bdb0b0ce76ca2d68f8c71e68cc76842bfe7c17;p=oota-llvm.git Fix option desc in FunctionAttrs; NFC Summary: The example in desc should match with actual option name Reviewers: jmolloy Differential Revision: http://reviews.llvm.org/D15800 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256951 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/ForceFunctionAttrs.cpp b/lib/Transforms/IPO/ForceFunctionAttrs.cpp index 816291dac9e..6df044762cf 100644 --- a/lib/Transforms/IPO/ForceFunctionAttrs.cpp +++ b/lib/Transforms/IPO/ForceFunctionAttrs.cpp @@ -22,7 +22,7 @@ static cl::list ForceAttributes("force-attribute", cl::Hidden, cl::desc("Add an attribute to a function. This should be a " "pair of 'function-name:attribute-name', for " - "example -force-add-attribute=foo:noinline. This " + "example -force-attribute=foo:noinline. This " "option can be specified multiple times.")); static Attribute::AttrKind parseAttrKind(StringRef Kind) {