diff options
author | Bob Haarman <llvm@inglorion.net> | 2016-08-26 16:00:04 +0000 |
---|---|---|
committer | Bob Haarman <llvm@inglorion.net> | 2016-08-26 16:00:04 +0000 |
commit | 244ed8b574741451949738424c7fdc36846d717f (patch) | |
tree | 0c0adc1cede46ea276a7e9bcf2f5258a5d77d800 /llvm/lib/Transforms | |
parent | 4f155b6e9122d4a95d98cab04ac4a18a64e389d5 (diff) | |
download | bcm5719-llvm-244ed8b574741451949738424c7fdc36846d717f.tar.gz bcm5719-llvm-244ed8b574741451949738424c7fdc36846d717f.zip |
test commit
llvm-svn: 279830
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp b/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp index d6427b2e955..fbe2726bed7 100644 --- a/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp +++ b/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp @@ -509,7 +509,6 @@ static bool isPossibleSelfRead(Instruction *Inst, return true; } - /// Returns true if the memory which is accessed by the second instruction is not /// modified between the first and the second instruction. /// Precondition: Second instruction must be dominated by the first |