summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.td
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-08-01 00:59:06 +0000
committerReed Kotler <rkotler@mips.com>2013-08-01 00:59:06 +0000
commitd49475bebca630cd1be535eed2b3c4964209c30a (patch)
treed6016d9cb6020ea98a16ed3651ad1943f33b34a1 /lib/Target/Mips/Mips16InstrInfo.td
parenta15d5db7f25b609faa1780a954451e4a07d39f37 (diff)
downloadllvm-d49475bebca630cd1be535eed2b3c4964209c30a.tar.gz
llvm-d49475bebca630cd1be535eed2b3c4964209c30a.tar.bz2
llvm-d49475bebca630cd1be535eed2b3c4964209c30a.tar.xz
Add an omitted IsCall=1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.td')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td
index aa51aaf465..0131632fbd 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;
}
//