Typo.
authorChad Rosier <mcrosier@codeaurora.org>
Tue, 13 Oct 2015 20:59:16 +0000 (20:59 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Tue, 13 Oct 2015 20:59:16 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250224 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIdiomRecognize.cpp

index f757297dc963da9beed8f14623bc6545caf4baae..ef9526fd3987c71828b778a9337489aba77b91f3 100644 (file)
@@ -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;