[llvm-commits] [llvm] r112826 - /llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Bob Wilson
bob.wilson at apple.com
Thu Sep 2 09:17:29 PDT 2010
Author: bwilson
Date: Thu Sep 2 11:17:29 2010
New Revision: 112826
URL: http://llvm.org/viewvc/llvm-project?rev=112826&view=rev
Log:
Fill in a missing comment.
Modified:
llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp?rev=112826&r1=112825&r2=112826&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp Thu Sep 2 11:17:29 2010
@@ -74,8 +74,8 @@
}
}
-/// 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) {
More information about the llvm-commits
mailing list