From: Reed Kotler Date: Thu, 1 Aug 2013 00:59:06 +0000 (+0000) Subject: Add an omitted IsCall=1. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d49475bebca630cd1be535eed2b3c4964209c30a;p=oota-llvm.git Add an omitted IsCall=1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187553 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td index aa51aaf4656..0131632fbdd 100644 --- a/lib/Target/Mips/Mips16InstrInfo.td +++ b/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; } //