This defaults to GenericDomain.

llvm-svn: 120415
This commit is contained in:
Eric Christopher 2010-11-30 09:11:07 +00:00
parent 2a186e4a6d
commit ed13239dc0
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class X86Inst<bits<8> opcod, Format f, ImmType i, dag outs, dag ins,
}
class PseudoI<dag oops, dag iops, list<dag> pattern>
: X86Inst<0, Pseudo, NoImm, oops, iops, "", GenericDomain> {
: X86Inst<0, Pseudo, NoImm, oops, iops, ""> {
let Pattern = pattern;
}