mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
[XCore] Add TODO regarding byval structs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d93d41027
commit
21a8e31c9e
@ -1080,6 +1080,8 @@ XCoreTargetLowering::LowerCCCArguments(SDValue Chain,
|
||||
|
||||
unsigned LRSaveSize = StackSlotSize;
|
||||
|
||||
// TODO: need to make copies of byVal arguments
|
||||
|
||||
for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
|
||||
|
||||
CCValAssign &VA = ArgLocs[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user