summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2013-07-26 10:19:02 +0000
committerRichard Osborne <richard@xmos.com>2013-07-26 10:19:02 +0000
commit240d480c5f6ae6cbfe40bfb40d83164008a99b09 (patch)
tree9da264aebbfdf6708b0cd56e791a7f9ae5c8375a /llvm
parentead9b7de860ca318a65bce4824f9ef77a030f69f (diff)
downloadbcm5719-llvm-240d480c5f6ae6cbfe40bfb40d83164008a99b09.tar.gz
bcm5719-llvm-240d480c5f6ae6cbfe40bfb40d83164008a99b09.zip
test commit
llvm-svn: 187195
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/XCore/XCoreISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.cpp b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
index 390be5c0350..21add4de33a 100644
--- a/llvm/lib/Target/XCore/XCoreISelLowering.cpp
+++ b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
@@ -1080,7 +1080,7 @@ XCoreTargetLowering::LowerCCCArguments(SDValue Chain,
unsigned LRSaveSize = StackSlotSize;
- // TODO: need to make copies of byVal arguments
+ // TODO: need to make copies of any byVal arguments
for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
OpenPOWER on IntegriCloud