Remove useless DEBUG
authorAmaury Sechet <deadalnix@gmail.com>
Wed, 6 Jan 2016 19:45:09 +0000 (19:45 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Wed, 6 Jan 2016 19:45:09 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256968 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/MemCpyOptimizer.cpp

index 7354016c2122065a5693cb0c12b26948e0815098..849bd27b442a61ca7909045e1d4536f6e1319bc8 100644 (file)
@@ -534,7 +534,6 @@ bool MemCpyOpt::processStore(StoreInst *SI, BasicBlock::iterator &BBI) {
           for (; I != E; ++I) {
             MemoryLocation StoreLoc = MemoryLocation::get(SI);
             if (AA.getModRefInfo(&*I, StoreLoc) != MRI_NoModRef) {
           for (; I != E; ++I) {
             MemoryLocation StoreLoc = MemoryLocation::get(SI);
             if (AA.getModRefInfo(&*I, StoreLoc) != MRI_NoModRef) {
-              DEBUG(dbgs() << "Alias " << *I << "\n");
               P = nullptr;
               break;
             }
               P = nullptr;
               break;
             }