Fix a comment: addrmode6 no longer includes the optional writeback flag.
authorBob Wilson <bob.wilson@apple.com>
Mon, 7 Feb 2011 17:43:09 +0000 (17:43 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 7 Feb 2011 17:43:09 +0000 (17:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 61a0045bd5d82a39591baf82bbec88960ba633f5..e8887652ee11fe570fcc1b368c1b502af008f785 100644 (file)
@@ -552,7 +552,7 @@ def addrmode5 : Operand<i32>,
   let EncoderMethod = "getAddrMode5OpValue";
 }
 
-// addrmode6 := reg with optional writeback
+// addrmode6 := reg with optional alignment
 //
 def addrmode6 : Operand<i32>,
                 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{