[llvm-commits] [llvm] r125011 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
Bob Wilson
bob.wilson at apple.com
Mon Feb 7 09:43:09 PST 2011
Author: bwilson
Date: Mon Feb 7 11:43:09 2011
New Revision: 125011
URL: http://llvm.org/viewvc/llvm-project?rev=125011&view=rev
Log:
Fix a comment: addrmode6 no longer includes the optional writeback flag.
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=125011&r1=125010&r2=125011&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.td Mon Feb 7 11:43:09 2011
@@ -552,7 +552,7 @@
let EncoderMethod = "getAddrMode5OpValue";
}
-// addrmode6 := reg with optional writeback
+// addrmode6 := reg with optional alignment
//
def addrmode6 : Operand<i32>,
ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{
More information about the llvm-commits
mailing list