Add a name to sub-operand for clarity.

llvm-svn: 141590
This commit is contained in:
Jim Grosbach 2011-10-10 22:55:05 +00:00
parent 0a10cdc704
commit 2957c88c0a
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ def addrmode5 : Operand<i32>,
def addrmode6 : Operand<i32>,
ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{
let PrintMethod = "printAddrMode6Operand";
let MIOperandInfo = (ops GPR:$addr, i32imm);
let MIOperandInfo = (ops GPR:$addr, i32imm:$align);
let EncoderMethod = "getAddrMode6AddressOpValue";
let DecoderMethod = "DecodeAddrMode6Operand";
}