]> granicus.if.org Git - llvm/commitdiff
Fix whitespace. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 10 Jun 2016 17:58:01 +0000 (17:58 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 10 Jun 2016 17:58:01 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272409 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/DeadStoreElimination.cpp

index 09936e3b50dc8ce3bb2a185580b850de14319739..e025d8ae30a9bcb6ed11f82952cfbe57644c747e 100644 (file)
@@ -51,7 +51,7 @@ STATISTIC(NumFastOther , "Number of other instrs removed");
 // Helper functions
 //===----------------------------------------------------------------------===//
 
-/// Delete this instruction.  Before we do, go through  and zero out all the
+/// Delete this instruction.  Before we do, go through and zero out all the
 /// operands of this instruction.  If any of them become dead, delete them and
 /// the computation tree that feeds them.
 /// If ValueSet is non-null, remove any deleted instructions from it as well.