mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
remove fixme comment too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7fd16cef85
commit
9fd9f9fd57
@ -85,11 +85,11 @@ define void @test3a(i8* %P, i8 %X) {
|
||||
%Y = add i8 %X, 1 ;; Dead, because the only use (the store) is dead.
|
||||
|
||||
%P2 = getelementptr i8* %P, i32 2
|
||||
store i8 %Y, i8* %P2 ;; FIXME: Killed by llvm.lifetime.end, should be zapped.
|
||||
; CHECK-NOT: store
|
||||
store i8 %Y, i8* %P2
|
||||
; CHECK-NEXT: call void @llvm.lifetime.end
|
||||
call void @llvm.lifetime.end(i64 10, i8* %P)
|
||||
ret void
|
||||
; CHECK: ret void
|
||||
; CHECK-NEXT: ret void
|
||||
}
|
||||
|
||||
@G1 = external global i32
|
||||
|
Loading…
Reference in New Issue
Block a user