Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does
[oota-llvm.git] / lib / Target / X86 / X86InstrFormats.td
index bb81cbf8ac18c326bb6585c35a42a566f00fce54..c06b81b10a19f65941952ce5e4c6e3dd1a9050fe 100644 (file)
@@ -286,7 +286,7 @@ class SS42FI<bits<8> o, Format F, dag outs, dag ins, string asm,
 //   SS42AI = SSE 4.2 instructions with TA prefix
 class SS42AI<bits<8> o, Format F, dag outs, dag ins, string asm,
              list<dag> pattern>
-      : I<o, F, outs, ins, asm, pattern>, TA, Requires<[HasSSE42]>;
+      : Ii8<o, F, outs, ins, asm, pattern>, TA, Requires<[HasSSE42]>;
 
 // X86-64 Instruction templates...
 //