summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-06-10 17:58:01 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-06-10 17:58:01 +0000
commita8bc512be576f603f51f09834006c963c2ad41a1 (patch)
tree77d5491a8649b59bb6f5b4b71614182a8743a76c /llvm/lib/Transforms
parent6d0d228d2a485b8291cd09935810fd4b5087b0ef (diff)
downloadbcm5719-llvm-a8bc512be576f603f51f09834006c963c2ad41a1.tar.gz
bcm5719-llvm-a8bc512be576f603f51f09834006c963c2ad41a1.zip
Fix whitespace. NFC.
llvm-svn: 272409
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp b/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
index 09936e3b50d..e025d8ae30a 100644
--- a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud