This defaults to GenericDomain.
authorEric Christopher <echristo@apple.com>
Tue, 30 Nov 2010 09:11:07 +0000 (09:11 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 30 Nov 2010 09:11:07 +0000 (09:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrFormats.td

index ac778d35b250dbe50c5dfc23d2e44c70f611d469..5eee625714d911229a874e7e136940464a8ced37 100644 (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;
 }