summaryrefslogtreecommitdiff
path: root/lib
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
commitc223ec731e52534553c13845e3bff913d9a17489 (patch)
tree7882359e4627974b53ac954fb9b7fa535278a4c2 /lib
parent21a8e31c9e8efa3b83b1b19ecd9dfaf02d4cb4e5 (diff)
downloadllvm-c223ec731e52534553c13845e3bff913d9a17489.tar.gz
llvm-c223ec731e52534553c13845e3bff913d9a17489.tar.bz2
llvm-c223ec731e52534553c13845e3bff913d9a17489.tar.xz
test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187195 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/XCore/XCoreISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreISelLowering.cpp b/lib/Target/XCore/XCoreISelLowering.cpp
index 390be5c035..21add4de33 100644
--- a/lib/Target/XCore/XCoreISelLowering.cpp
+++ b/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) {