forked from OSchip/llvm-project
parent
8d2aa03ce1
commit
aeead4d1e1
|
@ -278,6 +278,7 @@ def brtarget : Operand<OtherVT>;
|
|||
|
||||
// A list of registers separated by comma. Used by load/store multiple.
|
||||
def reglist : Operand<i32> {
|
||||
int NumOperands = 2;
|
||||
string EncoderMethod = "getRegisterListOpValue";
|
||||
let PrintMethod = "printRegisterList";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue