forked from OSchip/llvm-project
Fix a comment: addrmode6 no longer includes the optional writeback flag.
llvm-svn: 125011
This commit is contained in:
parent
3dfe815358
commit
f3c8df3202
|
@ -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]>{
|
||||
|
|
Loading…
Reference in New Issue