Add scheduling information for the MBlaze backend.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeInstrFormats.td
index d62574d0edee2b88aa83b966b886bbad99bc8eb7..54f605f989a3600eaf4dfc5c6b6acd16b14b7001 100644 (file)
@@ -81,7 +81,7 @@ class MBlazeInst<bits<6> op, Format form, dag outs, dag ins, string asmstr,
 // Pseudo instruction class
 //===----------------------------------------------------------------------===//
 class MBlazePseudo<dag outs, dag ins, string asmstr, list<dag> pattern>:
-      MBlazeInst<0x0, FPseudo, outs, ins, asmstr, pattern, IIPseudo>;
+      MBlazeInst<0x0, FPseudo, outs, ins, asmstr, pattern, IIC_Pseudo>;
 
 //===----------------------------------------------------------------------===//
 // Type A instruction class in MBlaze : <|opcode|rd|ra|rb|flags|>