diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 8e01cce7b1d..e31fdd16e1b 100644 --- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -79,7 +79,7 @@ namespace {        /// 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() | 

