reglist has two operands.

llvm-svn: 118457
This commit is contained in:
Bill Wendling 2010-11-08 23:50:20 +00:00
parent 8d2aa03ce1
commit aeead4d1e1
1 changed files with 1 additions and 0 deletions

View File

@ -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";
}