Add patterns for some new instructions, allowing the use of the ineg fragment.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrFormats.td
index 0f709e1968a93ef09a41e299e4937af808a2efcb..1475f7ad03b6782e6c988afbecdfb8b21241e90d 100644 (file)
@@ -449,8 +449,8 @@ class XOForm_1<bits<6> opcode, bits<9> xo, bit oe, dag OL, string asmstr,
 }
 
 class XOForm_3<bits<6> opcode, bits<9> xo, bit oe, 
-               dag OL, string asmstr>
-  : XOForm_1<opcode, xo, oe, OL, asmstr, []> {
+               dag OL, string asmstr, list<dag> pattern>
+  : XOForm_1<opcode, xo, oe, OL, asmstr, pattern> {
   let RB = 0;
 }