mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Don't mark call instruction as a barrier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -703,7 +703,7 @@ def LDAP_lu10_ba : _FLU10<(outs),
|
|||||||
"ldap r11, $addr",
|
"ldap r11, $addr",
|
||||||
[(set R11, (pcrelwrapper tblockaddress:$addr))]>;
|
[(set R11, (pcrelwrapper tblockaddress:$addr))]>;
|
||||||
|
|
||||||
let isCall=1, isBarrier = 1,
|
let isCall=1,
|
||||||
// All calls clobber the link register and the non-callee-saved registers:
|
// All calls clobber the link register and the non-callee-saved registers:
|
||||||
Defs = [R0, R1, R2, R3, R11, LR] in {
|
Defs = [R0, R1, R2, R3, R11, LR] in {
|
||||||
def BL_u10 : _FU10<
|
def BL_u10 : _FU10<
|
||||||
|
Reference in New Issue
Block a user