From: Nick Lewycky Date: Sat, 17 Apr 2010 21:12:55 +0000 (+0000) Subject: Fix intrinsic signature in this test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8e13af309ba6e50c9afd3e4593955fd4ab3fbda6;p=oota-llvm.git Fix intrinsic signature in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101674 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/GVN/lifetime-simple.ll b/test/Transforms/GVN/lifetime-simple.ll index d77db13b55a..48e5bc8bb63 100644 --- a/test/Transforms/GVN/lifetime-simple.ll +++ b/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)