mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Fix a comment: addrmode6 no longer includes the optional writeback flag.
llvm-svn: 125011
This commit is contained in:
@@ -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]>{
|
||||
|
||||
Reference in New Issue
Block a user