Change name of class MipsInst to InstSE to distinguish it from mips16's
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.td
index f1aada49fb256ef05538207f77aa1a68d6c15e30..f11e37ee5cfc6e41bc1e1ec2e9241eb654f939ad 100644 (file)
@@ -969,8 +969,8 @@ defm SWL : StoreLeftRightM32<0x2a, "swl", MipsSWL>;
 defm SWR : StoreLeftRightM32<0x2e, "swr", MipsSWR>;
 
 let hasSideEffects = 1 in
-def SYNC : MipsInst<(outs), (ins i32imm:$stype), "sync $stype",
-                    [(MipsSync imm:$stype)], NoItinerary, FrmOther>
+def SYNC : InstSE<(outs), (ins i32imm:$stype), "sync $stype",
+                  [(MipsSync imm:$stype)], NoItinerary, FrmOther>
 {
   bits<5> stype;
   let Opcode = 0;