diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td index ac778d35b25..5eee625714d 100644 --- a/lib/Target/X86/X86InstrFormats.td +++ b/lib/Target/X86/X86InstrFormats.td @@ -169,7 +169,7 @@ class X86Inst opcod, Format f, ImmType i, dag outs, dag ins, } class PseudoI pattern> - : X86Inst<0, Pseudo, NoImm, oops, iops, "", GenericDomain> { + : X86Inst<0, Pseudo, NoImm, oops, iops, ""> { let Pattern = pattern; }