summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-11-30 09:11:07 +0000
committerEric Christopher <echristo@apple.com>2010-11-30 09:11:07 +0000
commited13239dc0fd6250ba8c1c704b911be8ea147936 (patch)
tree1e0feb0965fa6ed5b8806c222a6c7b2c1029f313 /llvm/lib/Target
parent2a186e4a6dbe5f646a65ac524fd45500bf0b0e55 (diff)
downloadbcm5719-llvm-ed13239dc0fd6250ba8c1c704b911be8ea147936.tar.gz
bcm5719-llvm-ed13239dc0fd6250ba8c1c704b911be8ea147936.zip
This defaults to GenericDomain.
llvm-svn: 120415
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86InstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFormats.td b/llvm/lib/Target/X86/X86InstrFormats.td
index ac778d35b25..5eee625714d 100644
--- a/llvm/lib/Target/X86/X86InstrFormats.td
+++ b/llvm/lib/Target/X86/X86InstrFormats.td
@@ -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;
}
OpenPOWER on IntegriCloud