Fix a comment: addrmode6 no longer includes the optional writeback flag.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2011-02-07 17:43:09 +00:00
parent 09989945e2
commit d3a076503b

View 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]>{