1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Correct a typo.

llvm-svn: 37936
This commit is contained in:
Zhou Sheng 2007-07-06 06:01:16 +00:00
parent bae19254f0
commit 2a79b1ae13

View File

@ -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()