summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-26 22:31:33 +0000
committerEric Christopher <echristo@apple.com>2011-07-26 22:31:33 +0000
commit738c7ef5bbd627c250077b6b4401500cf7ffabcf (patch)
tree6e831d6f240f060913c34ee8c10c4895263d77b9
parent4a8bc43083fcd9229e2349761f76b2b865cea7f0 (diff)
downloadbcm5719-llvm-738c7ef5bbd627c250077b6b4401500cf7ffabcf.tar.gz
bcm5719-llvm-738c7ef5bbd627c250077b6b4401500cf7ffabcf.zip
Attempt to generalize this test for release mode buildbots.
llvm-svn: 136163
-rw-r--r--clang/test/CodeGen/2007-11-07-CopyAggregateAlign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-11-07-CopyAggregateAlign.c b/clang/test/CodeGen/2007-11-07-CopyAggregateAlign.c
index d6caf78aeda..c2f2662ebe5 100644
--- a/clang/test/CodeGen/2007-11-07-CopyAggregateAlign.c
+++ b/clang/test/CodeGen/2007-11-07-CopyAggregateAlign.c
@@ -2,6 +2,6 @@
struct A { char s, t, u, v; short a; };
// CHECK: %a = alloca %struct.A, align 2
// CHECK: %b = alloca %struct.A, align 2
-// CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp, i8* %tmp1, i64 6, i32 2, i1 false)
+// CHECK: call void @llvm.memcpy.p0i8.p0i8.i64{{.*}}, i32 2, i1 false)
void q() { struct A a, b; a = b; }
OpenPOWER on IntegriCloud