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)