mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-17 23:44:43 +00:00
fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98b532cf33
commit
ec63ad6c1f
@ -84,7 +84,7 @@ define void @test3a(i8* %P, i8 %X) {
|
||||
|
||||
%P2 = getelementptr i8* %P, i32 2
|
||||
store i8 %Y, i8* %P2 ;; FIXME: Killed by llvm.lifetime.end, should be zapped.
|
||||
; CHECK: store i8 2, i8* %P2
|
||||
; CHECK: store i8 %Y, i8* %P2
|
||||
call void @llvm.lifetime.end(i64 10, i8* %P)
|
||||
ret void
|
||||
; CHECK: ret void
|
||||
|
Loading…
x
Reference in New Issue
Block a user