mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +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 isTerminator=1;
|
||||
let isBarrier=1;
|
||||
let isCall=1;
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user