From cec5b3959a26462e90d1c3dba468f69a3b059461 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 10 Jun 2016 17:58:01 +0000 Subject: [PATCH] Fix whitespace. NFC. llvm-svn: 272409 --- lib/Transforms/Scalar/DeadStoreElimination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/DeadStoreElimination.cpp b/lib/Transforms/Scalar/DeadStoreElimination.cpp index 09936e3b50d..e025d8ae30a 100644 --- a/lib/Transforms/Scalar/DeadStoreElimination.cpp +++ b/lib/Transforms/Scalar/DeadStoreElimination.cpp @@ -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.