Use conventional syntax for branches.
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.td
index e45780d058039dd388b6baeea943ced7238850ba..50e3fdad1a9f6cb61371da321398c0af7af32585 100644 (file)
@@ -183,10 +183,10 @@ let isBarrier = 1 in {
                     "br\t$brdst",
                     [(brind tblockaddress:$brdst)]>;
     def Br  : I16rr<0, (outs), (ins GR16:$brdst),
-                    "mov.w\t{$brdst, pc}",
+                    "br\t$brdst",
                     [(brind GR16:$brdst)]>;
     def Bm  : I16rm<0, (outs), (ins memsrc:$brdst),
-                    "mov.w\t{$brdst, pc}",
+                    "br\t$brdst",
                     [(brind (load addr:$brdst))]>;
   }
 }