summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-05-05 22:31:11 +0000
committerCraig Topper <craig.topper@gmail.com>2017-05-05 22:31:11 +0000
commita49e7689779a30fbac7beb1ca7dcdc7e2730351b (patch)
treeae21c9466d99a73fe00b0d7aa65dabd967dc16f6 /llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
parentf53a7b45d88d1ac4755b6903e373a14324208667 (diff)
downloadbcm5719-llvm-a49e7689779a30fbac7beb1ca7dcdc7e2730351b.tar.gz
bcm5719-llvm-a49e7689779a30fbac7beb1ca7dcdc7e2730351b.zip
Fix spelling error in command line option description. NFC
llvm-svn: 302311
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
index 493d014586c..96027bc3d0a 100644
--- a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
+++ b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
@@ -70,13 +70,13 @@ static cl::opt<bool> DisableICP("disable-icp", cl::init(false), cl::Hidden,
// For debug use only.
static cl::opt<unsigned>
ICPCutOff("icp-cutoff", cl::init(0), cl::Hidden, cl::ZeroOrMore,
- cl::desc("Max number of promotions for this compilaiton"));
+ cl::desc("Max number of promotions for this compilation"));
// If ICPCSSkip is non zero, the first ICPCSSkip callsites will be skipped.
// For debug use only.
static cl::opt<unsigned>
ICPCSSkip("icp-csskip", cl::init(0), cl::Hidden, cl::ZeroOrMore,
- cl::desc("Skip Callsite up to this number for this compilaiton"));
+ cl::desc("Skip Callsite up to this number for this compilation"));
// Set if the pass is called in LTO optimization. The difference for LTO mode
// is the pass won't prefix the source module name to the internal linkage
OpenPOWER on IntegriCloud