mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Make a few tests slightly more strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138241 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c0e5dc40f
commit
986b865c03
@ -353,13 +353,14 @@ entry:
|
|||||||
|
|
||||||
; CHECK: define void @test10(
|
; CHECK: define void @test10(
|
||||||
; CHECK: @objc_retain(i8* %x)
|
; CHECK: @objc_retain(i8* %x)
|
||||||
|
; CHECK: @callee
|
||||||
; CHECK: @use_pointer
|
; CHECK: @use_pointer
|
||||||
; CHECK: @objc_release
|
; CHECK: @objc_release
|
||||||
; CHECK: }
|
; CHECK: }
|
||||||
define void @test10(i8* %x) nounwind {
|
define void @test10(i8* %x) nounwind {
|
||||||
entry:
|
entry:
|
||||||
%0 = call i8* @objc_retain(i8* %x) nounwind
|
%0 = call i8* @objc_retain(i8* %x) nounwind
|
||||||
call void @use_pointer(i8* %x)
|
call void @callee()
|
||||||
call void @use_pointer(i8* %x)
|
call void @use_pointer(i8* %x)
|
||||||
call void @objc_release(i8* %0) nounwind
|
call void @objc_release(i8* %0) nounwind
|
||||||
ret void
|
ret void
|
||||||
@ -768,7 +769,7 @@ entry:
|
|||||||
define void @test23b(i8* %p) {
|
define void @test23b(i8* %p) {
|
||||||
entry:
|
entry:
|
||||||
%0 = call i8* @objc_retainBlock(i8* %p) nounwind
|
%0 = call i8* @objc_retainBlock(i8* %p) nounwind
|
||||||
call void @use_pointer(i8* %p)
|
call void @callee()
|
||||||
call void @use_pointer(i8* %p)
|
call void @use_pointer(i8* %p)
|
||||||
call void @objc_release(i8* %p) nounwind
|
call void @objc_release(i8* %p) nounwind
|
||||||
ret void
|
ret void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user