commit | 100f090adde26005b9f1eca96871dff52825b27b | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Tue Mar 30 22:27:04 2010 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Tue Mar 30 22:27:04 2010 +0000 |
tree | 9daabef099b44cf6b046f93a80afd79f8779301f | |
parent | 722f2290b800ea96670e923ee9a4aa3b9efa35e8 [diff] [blame] |
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99948 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/SimplifyLibCalls/StrCpy.ll b/test/Transforms/SimplifyLibCalls/StrCpy.ll index 83406ff..c3cc58c 100644 --- a/test/Transforms/SimplifyLibCalls/StrCpy.ll +++ b/test/Transforms/SimplifyLibCalls/StrCpy.ll
@@ -21,7 +21,7 @@ %arg1 = getelementptr [1024 x i8]* %target, i32 0, i32 0 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 %rslt1 = call i8* @strcpy( i8* %arg1, i8* %arg2 ) -; CHECK: @llvm.memcpy.p0i8.p0i8.i32 +; CHECK: @llvm.memcpy.i32 ret i32 0 }