Implement proper asmprinting for the globals. This eliminates bogus "call" modifier...
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.td
index ced612e863123e0dab3712f5aed725ba37e62620..37a949209daeaa9dc529ecaf44a8166f3e7b1b36 100644 (file)
@@ -155,7 +155,7 @@ let isCall = 1 in
   let Defs = [R12W, R13W, R14W, R15W, SRW],
       Uses = [SPW] in {
     def CALLi     : Pseudo<(outs), (ins i16imm:$dst, variable_ops),
-                           "call\t${dst:call}", [(MSP430call imm:$dst)]>;
+                           "call\t$dst", [(MSP430call imm:$dst)]>;
     def CALLr     : Pseudo<(outs), (ins GR16:$dst, variable_ops),
                            "call\t$dst", [(MSP430call GR16:$dst)]>;
     def CALLm     : Pseudo<(outs), (ins memsrc:$dst, variable_ops),