mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +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:
@ -79,7 +79,7 @@ namespace {
|
|||||||
/// isMemCpySrc - This is true if this aggregate is memcpy'd from.
|
/// isMemCpySrc - This is true if this aggregate is memcpy'd from.
|
||||||
bool isMemCpySrc : 1;
|
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;
|
bool isMemCpyDst : 1;
|
||||||
|
|
||||||
AllocaInfo()
|
AllocaInfo()
|
||||||
|
Reference in New Issue
Block a user