diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-12-13 00:18:46 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-12-13 00:18:46 +0000 |
| commit | e28ae30a8ee9ceb7f3b02f16a821f26ea97cacdf (patch) | |
| tree | d0562808e82dfe82e5a18292adef88da5632be15 /llvm/lib/Transforms/InstCombine | |
| parent | cdb135a96b362431a7bbb9d00b9d5ef57718747d (diff) | |
| download | bcm5719-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.cpp | 2 |
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())); |

