[llvm-commits] [llvm] r101674 - /llvm/trunk/test/Transforms/GVN/lifetime-simple.ll

Nick Lewycky nicholas at mxc.ca
Sat Apr 17 14:12:55 PDT 2010


Author: nicholas
Date: Sat Apr 17 16:12:55 2010
New Revision: 101674

URL: http://llvm.org/viewvc/llvm-project?rev=101674&view=rev
Log:
Fix intrinsic signature in this test.

Modified:
    llvm/trunk/test/Transforms/GVN/lifetime-simple.ll

Modified: llvm/trunk/test/Transforms/GVN/lifetime-simple.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/lifetime-simple.ll?rev=101674&r1=101673&r2=101674&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GVN/lifetime-simple.ll (original)
+++ llvm/trunk/test/Transforms/GVN/lifetime-simple.ll Sat Apr 17 16:12:55 2010
@@ -16,5 +16,5 @@
   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)





More information about the llvm-commits mailing list