mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-03 11:24:18 +00:00
Space after punctuation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -15,14 +15,14 @@ entry:
|
|||||||
ret i32 %call
|
ret i32 %call
|
||||||
}
|
}
|
||||||
|
|
||||||
;CALL: test1:
|
; CALL: test1:
|
||||||
;CALL-NOT: ret
|
; CALL-NOT: ret
|
||||||
;CALL: callq helper
|
; CALL: callq helper
|
||||||
;CALL: ret
|
; CALL: ret
|
||||||
|
|
||||||
;JMP: test1:
|
; JMP: test1:
|
||||||
;JMP-NOT: ret
|
; JMP-NOT: ret
|
||||||
;JMP: jmp helper # TAILCALL
|
; JMP: jmp helper # TAILCALL
|
||||||
|
|
||||||
define i32 @test2() nounwind {
|
define i32 @test2() nounwind {
|
||||||
entry:
|
entry:
|
||||||
@ -30,11 +30,11 @@ entry:
|
|||||||
ret i32 %call
|
ret i32 %call
|
||||||
}
|
}
|
||||||
|
|
||||||
;CALL: test2:
|
; CALL: test2:
|
||||||
;CALL-NOT: ret
|
; CALL-NOT: ret
|
||||||
;CALL: callq test2
|
; CALL: callq test2
|
||||||
;CALL: ret
|
; CALL: ret
|
||||||
|
|
||||||
;JMP: test2:
|
; JMP: test2:
|
||||||
;JMP-NOT: ret
|
; JMP-NOT: ret
|
||||||
;JMP: jmp test2 # TAILCALL
|
; JMP: jmp test2 # TAILCALL
|
||||||
|
Reference in New Issue
Block a user