summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-09-02 16:17:29 +0000
committerBob Wilson <bob.wilson@apple.com>2010-09-02 16:17:29 +0000
commit5a1df805e5d394ded05d2d58cc8c0d5d3d57746f (patch)
treef5aea69c84161a47e6ec417395ba83ded050f5cd
parent75a6408f88c63602ea4e1fff99da1161fe5be348 (diff)
downloadbcm5719-llvm-5a1df805e5d394ded05d2d58cc8c0d5d3d57746f.tar.gz
bcm5719-llvm-5a1df805e5d394ded05d2d58cc8c0d5d3d57746f.zip
Fill in a missing comment.
llvm-svn: 112826
-rw-r--r--llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index f74adaf9c73..6f634b380a9 100644
--- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -74,8 +74,8 @@ void ARMExpandPseudo::TransferImpOps(MachineInstr &OldMI,
}
}
-/// ExpandVLD -
-///
+/// ExpandVLD - Translate VLD pseudo instructions with Q, QQ or QQQQ register
+/// operands to real VLD instructions with D register operands.
void ARMExpandPseudo::ExpandVLD(MachineBasicBlock::iterator &MBBI,
unsigned Opc, bool hasWriteBack,
NEONRegSpacing RegSpc, unsigned NumRegs) {
OpenPOWER on IntegriCloud