X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86InstrFormats.td;h=c06b81b10a19f65941952ce5e4c6e3dd1a9050fe;hb=044be39090a702504c62fc0544fc977a6caa7112;hp=bb81cbf8ac18c326bb6585c35a42a566f00fce54;hpb=1449f29100a0d3950a1a17e962f7cf718198e283;p=oota-llvm.git diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td index bb81cbf8ac1..c06b81b10a1 100644 --- a/lib/Target/X86/X86InstrFormats.td +++ b/lib/Target/X86/X86InstrFormats.td @@ -286,7 +286,7 @@ class SS42FI o, Format F, dag outs, dag ins, string asm, // SS42AI = SSE 4.2 instructions with TA prefix class SS42AI o, Format F, dag outs, dag ins, string asm, list pattern> - : I, TA, Requires<[HasSSE42]>; + : Ii8, TA, Requires<[HasSSE42]>; // X86-64 Instruction templates... //