summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2013-07-26 09:50:55 +0000
committerRichard Osborne <richard@xmos.com>2013-07-26 09:50:55 +0000
commit2d0d8da246aafcf7f031e016b4446768e667f00b (patch)
treee535448d85e7d965601335822436ce10c2dd3f07 /llvm/lib
parent23f1e88b0f8ed15d0ecda4495dea111eaa326c7c (diff)
downloadbcm5719-llvm-2d0d8da246aafcf7f031e016b4446768e667f00b.tar.gz
bcm5719-llvm-2d0d8da246aafcf7f031e016b4446768e667f00b.zip
[XCore] Add TODO regarding byval structs
llvm-svn: 187193
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/XCore/XCoreISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.cpp b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
index 5f3d93531f6..390be5c0350 100644
--- a/llvm/lib/Target/XCore/XCoreISelLowering.cpp
+++ b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
@@ -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];
OpenPOWER on IntegriCloud