mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix intrinsic signature in this test.
llvm-svn: 101674
This commit is contained in:
parent
8028c98fe2
commit
7abefa1195
@ -16,5 +16,5 @@ entry:
|
||||
ret i8 %1
|
||||
}
|
||||
|
||||
declare {}* @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
|
||||
declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
|
||||
declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
|
||||
|
Loading…
Reference in New Issue
Block a user