[llvm] r272409 - Fix whitespace. NFC.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 10:58:01 PDT 2016


Author: mcrosier
Date: Fri Jun 10 12:58:01 2016
New Revision: 272409

URL: http://llvm.org/viewvc/llvm-project?rev=272409&view=rev
Log:
Fix whitespace. NFC.

Modified:
    llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp?rev=272409&r1=272408&r2=272409&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp Fri Jun 10 12:58:01 2016
@@ -51,7 +51,7 @@ STATISTIC(NumFastOther , "Number of othe
 // 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.




More information about the llvm-commits mailing list