summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJob Noorman <jobnoorman@gmail.com>2013-07-15 14:25:26 +0000
committerJob Noorman <jobnoorman@gmail.com>2013-07-15 14:25:26 +0000
commita928e1d7a1fac1e947f460966f74fcc93620958d (patch)
tree3ae2afce14431a380d025179d0cb201d492515fa
parent0d5e44df3cdec90c0d276a645a4d447b7f0187e5 (diff)
downloadbcm5719-llvm-a928e1d7a1fac1e947f460966f74fcc93620958d.tar.gz
bcm5719-llvm-a928e1d7a1fac1e947f460966f74fcc93620958d.zip
Test commit to see if write access works.
llvm-svn: 186321
-rw-r--r--llvm/lib/Target/MSP430/MSP430ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
index 682eb2c7e69..803e899b0c5 100644
--- a/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
+++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -456,7 +456,7 @@ MSP430TargetLowering::LowerReturn(SDValue Chain,
/// LowerCCCCallTo - functions arguments are copied from virtual regs to
/// (physical regs)/(stack frame), CALLSEQ_START and CALLSEQ_END are emitted.
-/// TODO: sret.
+// TODO: sret.
SDValue
MSP430TargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee,
CallingConv::ID CallConv, bool isVarArg,
OpenPOWER on IntegriCloud