diff options
| author | Zhou Sheng <zhousheng00@gmail.com> | 2007-07-06 06:01:16 +0000 |
|---|---|---|
| committer | Zhou Sheng <zhousheng00@gmail.com> | 2007-07-06 06:01:16 +0000 |
| commit | 1ee941dac4d0877672a6b3d44b06d6cfd199cbd5 (patch) | |
| tree | 9a4420ec6028053bbcbdd5f6dee9efd569fcd3d1 /llvm/lib/Transforms | |
| parent | fc7010d962a44240f35f9cf0812ddb219bc5d09d (diff) | |
| download | bcm5719-llvm-1ee941dac4d0877672a6b3d44b06d6cfd199cbd5.tar.gz bcm5719-llvm-1ee941dac4d0877672a6b3d44b06d6cfd199cbd5.zip | |
Correct a typo.
llvm-svn: 37936
Diffstat (limited to 'llvm/lib/Transforms')
| -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() |

