Add an omitted IsCall=1.

llvm-svn: 187553
This commit is contained in:
Reed Kotler 2013-08-01 00:59:06 +00:00
parent ce075cf1aa
commit fd132b99bb
1 changed files with 1 additions and 0 deletions

View 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;
}
//