Add an omitted IsCall=1.
authorReed Kotler <rkotler@mips.com>
Thu, 1 Aug 2013 00:59:06 +0000 (00:59 +0000)
committerReed Kotler <rkotler@mips.com>
Thu, 1 Aug 2013 00:59:06 +0000 (00:59 +0000)
llvm-svn: 187553

llvm/lib/Target/Mips/Mips16InstrInfo.td

index aa51aaf..0131632 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;
 }
 
 //