OSDN Git Service

finish a thought.
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2010 07:32:33 +0000 (07:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2010 07:32:33 +0000 (07:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119690 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ScalarReplAggregates.cpp

index 1bec443..a20d769 100644 (file)
@@ -1831,7 +1831,7 @@ static bool isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy,
       return false;
     
     // If the transfer is using the alloca as a source of the transfer, then
-    // it (unless the transfer is volatile).
+    // ignore it since it is a load (unless the transfer is volatile).
     if (UI.getOperandNo() == 1) {
       if (MI->isVolatile()) return false;
       continue;