[llvm-commits] [llvm] r69893 - /llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll

Dan Gohman gohman at apple.com
Thu Apr 23 08:22:36 PDT 2009


Author: djg
Date: Thu Apr 23 10:22:28 2009
New Revision: 69893

URL: http://llvm.org/viewvc/llvm-project?rev=69893&view=rev
Log:
Fix an error in this test.

Modified:
    llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll

Modified: llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll?rev=69893&r1=69892&r2=69893&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/casted-argument.ll Thu Apr 23 10:22:28 2009
@@ -40,9 +40,11 @@
 	%sub.ptr.lhs.cast45.pn = ptrtoint i8* %to to i32		; <i32> [#uses=1]
 	%sub.ptr.sub47.pn = sub i32 %sub.ptr.rhs.cast46.pn, %sub.ptr.lhs.cast45.pn		; <i32> [#uses=1]
 	%sub.ptr4912 = getelementptr i8* %sub.ptr4912.pn, i32 %sub.ptr.sub47.pn		; <i8*> [#uses=2]
-	tail call void @bcopy(i8* %sub.ptr4912, i8* %sub.ptr7, i32 0) nounwind
+	tail call void @bcopy_4038(i8* %sub.ptr4912, i8* %sub.ptr7, i32 0) nounwind
 	%sub.ptr = getelementptr i8* %sub.ptr7, i32 %sub.ptr.rhs.cast40		; <i8*> [#uses=1]
 	br label %if.end54
 }
 
 declare void @bcopy(i8* nocapture) nounwind
+
+declare void @bcopy_4038(i8*, i32) nounwind





More information about the llvm-commits mailing list