From d4c0f86a5e598c1985c0ef865489e1db9dfa75a7 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 17 Apr 2010 21:12:55 +0000 Subject: Fix intrinsic signature in this test. llvm-svn: 101674 --- llvm/test/Transforms/GVN/lifetime-simple.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms') diff --git a/llvm/test/Transforms/GVN/lifetime-simple.ll b/llvm/test/Transforms/GVN/lifetime-simple.ll index d77db13b55a..48e5bc8bb63 100644 --- a/llvm/test/Transforms/GVN/lifetime-simple.ll +++ b/llvm/test/Transforms/GVN/lifetime-simple.ll @@ -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) -- cgit v1.2.3