mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Remove tail call to preserve this test. A tail
call version will follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9452ce30bc
commit
127e5244a0
@ -22,6 +22,6 @@ define void @h() {
|
||||
; LINUX: h:
|
||||
; LINUX: blx r0
|
||||
%tmp = load i32 ()** @t ; <i32 ()*> [#uses=1]
|
||||
%tmp.upgrd.2 = tail call i32 %tmp( ) ; <i32> [#uses=0]
|
||||
%tmp.upgrd.2 = call i32 %tmp( ) ; <i32> [#uses=0]
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user