Add an omitted IsCall=1.
[oota-llvm.git] / lib / Target / Mips / Mips16InstrInfo.td
index aa51aaf465655b2d34ed84bc6f31023a16885689..0131632fbdd28f390c4eb3a8c21bb7e6560e55ff 100644 (file)
@@ -671,6 +671,7 @@ def Jal16 : FJAL16_ins<0b0, "jal", IIAlu> {
   let hasDelaySlot = 0;  // not true, but we add the nop for now
   let isTerminator=1;
   let isBarrier=1;
+  let isCall=1;
 }
 
 //