llvm-svn: 250224
This commit is contained in:
Chad Rosier 2015-10-13 20:59:16 +00:00
parent 10d268d62c
commit 7f08d80595
1 changed files with 1 additions and 1 deletions

View 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;