summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-17 21:12:55 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-17 21:12:55 +0000
commit8e13af309ba6e50c9afd3e4593955fd4ab3fbda6 (patch)
tree06a9063075ade4bdba7bc1bc1d931b04c7f427b2 /test/Transforms/GVN
parent77e80deabcdbb84b9dbc76152ecc4d606aec0bfd (diff)
downloadllvm-8e13af309ba6e50c9afd3e4593955fd4ab3fbda6.tar.gz
llvm-8e13af309ba6e50c9afd3e4593955fd4ab3fbda6.tar.bz2
llvm-8e13af309ba6e50c9afd3e4593955fd4ab3fbda6.tar.xz
Fix intrinsic signature in this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/lifetime-simple.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/lifetime-simple.ll b/test/Transforms/GVN/lifetime-simple.ll
index d77db13b55..48e5bc8bb6 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)