Fix intrinsic signature in this test.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 17 Apr 2010 21:12:55 +0000 (21:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 17 Apr 2010 21:12:55 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101674 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GVN/lifetime-simple.ll

index d77db13b55a7e6b3003b8c7c94a780ad2e7c4ba9..48e5bc8bb63fb81f70a1dd0c4669fdc4e99d3cc9 100644 (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)