From fd132b99bb80af1a65e87edc941138c813dd1875 Mon Sep 17 00:00:00 2001 From: Reed Kotler Date: Thu, 1 Aug 2013 00:59:06 +0000 Subject: [PATCH] Add an omitted IsCall=1. llvm-svn: 187553 --- llvm/lib/Target/Mips/Mips16InstrInfo.td | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/Mips/Mips16InstrInfo.td b/llvm/lib/Target/Mips/Mips16InstrInfo.td index aa51aaf..0131632 100644 --- a/llvm/lib/Target/Mips/Mips16InstrInfo.td +++ b/llvm/lib/Target/Mips/Mips16InstrInfo.td @@ -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; } // -- 2.7.4