1
0
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:
Nick Lewycky 2010-04-17 21:12:55 +00:00
parent 8028c98fe2
commit 7abefa1195

View File

@ -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)