mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 23:00:33 +00:00
Add an omitted IsCall=1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a15d5db7f2
commit
d49475bebc
@ -671,6 +671,7 @@ def Jal16 : FJAL16_ins<0b0, "jal", IIAlu> {
|
|||||||
let hasDelaySlot = 0; // not true, but we add the nop for now
|
let hasDelaySlot = 0; // not true, but we add the nop for now
|
||||||
let isTerminator=1;
|
let isTerminator=1;
|
||||||
let isBarrier=1;
|
let isBarrier=1;
|
||||||
|
let isCall=1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user