mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Correct a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86da6600ae
commit
33b0b8d242
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user