[llvm] r250224 - Typo.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 13:59:16 PDT 2015
Author: mcrosier
Date: Tue Oct 13 15:59:16 2015
New Revision: 250224
URL: http://llvm.org/viewvc/llvm-project?rev=250224&view=rev
Log:
Typo.
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp?rev=250224&r1=250223&r2=250224&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp Tue Oct 13 15:59:16 2015
@@ -652,7 +652,7 @@ bool LoopIdiomRecognize::processLoopStor
<< " 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;
More information about the llvm-commits
mailing list