Typo.
authorChad Rosier <mcrosier@apple.com>
Thu, 13 Dec 2012 00:18:46 +0000 (00:18 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 13 Dec 2012 00:18:46 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170050 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineCalls.cpp

index 784742f274ff9cdbf12daa3c62fc5e0daade3fd9..8cd9409f5e0a0933d65b26cbb44b31bd58c8ac72 100644 (file)
@@ -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()));