diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2016-06-10 17:58:01 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-06-10 17:58:01 +0000 |
commit | a8bc512be576f603f51f09834006c963c2ad41a1 (patch) | |
tree | 77d5491a8649b59bb6f5b4b71614182a8743a76c /llvm/lib/Transforms | |
parent | 6d0d228d2a485b8291cd09935810fd4b5087b0ef (diff) | |
download | bcm5719-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.cpp | 2 |
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. |