[llvm-commits] [llvm] r142336 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
Joe Abbey
jabbey at arxan.com
Mon Oct 17 21:44:37 PDT 2011
Author: jabbey
Date: Mon Oct 17 23:44:36 2011
New Revision: 142336
URL: http://llvm.org/viewvc/llvm-project?rev=142336&view=rev
Log:
Commit test, capitalizing store... keep it simple.
Modified:
llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.td?rev=142336&r1=142335&r2=142336&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Mon Oct 17 23:44:36 2011
@@ -2145,7 +2145,7 @@
}
//===----------------------------------------------------------------------===//
-// Load / store Instructions.
+// Load / Store Instructions.
//
// Load
More information about the llvm-commits
mailing list