mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 18:37:56 +00:00
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:
parent
09989945e2
commit
d3a076503b
@ -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…
x
Reference in New Issue
Block a user