summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-12-13 00:18:46 +0000
committerChad Rosier <mcrosier@apple.com>2012-12-13 00:18:46 +0000
commite28ae30a8ee9ceb7f3b02f16a821f26ea97cacdf (patch)
treed0562808e82dfe82e5a18292adef88da5632be15 /llvm/lib/Transforms/InstCombine
parentcdb135a96b362431a7bbb9d00b9d5ef57718747d (diff)
downloadbcm5719-llvm-e28ae30a8ee9ceb7f3b02f16a821f26ea97cacdf.tar.gz
bcm5719-llvm-e28ae30a8ee9ceb7f3b02f16a821f26ea97cacdf.zip
Typo.
llvm-svn: 170050
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
index 784742f274f..8cd9409f5e0 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
@@ -899,7 +899,7 @@ Instruction *InstCombiner::visitCallSite(CallSite CS) {
new StoreInst(ConstantInt::getTrue(Callee->getContext()),
UndefValue::get(Type::getInt1PtrTy(Callee->getContext())),
OldCall);
- // If OldCall dues not return void then replaceAllUsesWith undef.
+ // If OldCall does not return void then replaceAllUsesWith undef.
// This allows ValueHandlers and custom metadata to adjust itself.
if (!OldCall->getType()->isVoidTy())
ReplaceInstUsesWith(*OldCall, UndefValue::get(OldCall->getType()));
OpenPOWER on IntegriCloud