[llvm-commits] [llvm] r37936 - /llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Zhou Sheng zhousheng00 at gmail.com
Thu Jul 5 23:01:16 PDT 2007


Author: sheng
Date: Fri Jul  6 01:01:16 2007
New Revision: 37936

URL: http://llvm.org/viewvc/llvm-project?rev=37936&view=rev
Log:
Correct a typo.

Modified:
    llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp?rev=37936&r1=37935&r2=37936&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp Fri Jul  6 01:01:16 2007
@@ -79,7 +79,7 @@
       /// isMemCpySrc - This is true if this aggregate is memcpy'd from.
       bool isMemCpySrc : 1;
 
-      /// isMemCpyDst - This is true if this aggregate is memcpy'd info.
+      /// isMemCpyDst - This is true if this aggregate is memcpy'd into.
       bool isMemCpyDst : 1;
 
       AllocaInfo()





More information about the llvm-commits mailing list