diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2015-10-13 20:59:16 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2015-10-13 20:59:16 +0000 |
commit | 7f08d805959eb33349701ce481cd99bd074050fe (patch) | |
tree | 68dc49d4d29b6a9a9ffc80d5649bb68e0dccecf1 /llvm | |
parent | 10d268d62cfbdf308ce19cdd26482fe3ff7db303 (diff) | |
download | bcm5719-llvm-7f08d805959eb33349701ce481cd99bd074050fe.tar.gz bcm5719-llvm-7f08d805959eb33349701ce481cd99bd074050fe.zip |
Typo.
llvm-svn: 250224
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index f757297dc96..ef9526fd398 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -652,7 +652,7 @@ bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( << " from load ptr=" << *LoadEv << " at: " << *LI << "\n" << " from store ptr=" << *StoreEv << " at: " << *SI << "\n"); - // Okay, the memset has been formed. Zap the original store and anything that + // Okay, the memcpy has been formed. Zap the original store and anything that // feeds into it. deleteDeadInstruction(SI, TLI); ++NumMemCpy; |