From 64b2a2628f37e9ad194c3303b1f66f117e9c859c Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Tue, 3 Feb 2015 23:21:21 +0000 Subject: [PATCH] Unbreak hexagon bot llvm-svn: 228065 --- clang/test/CodeGenCXX/copy-constructor-elim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenCXX/copy-constructor-elim.cpp b/clang/test/CodeGenCXX/copy-constructor-elim.cpp index d82af28..69da8b2 100644 --- a/clang/test/CodeGenCXX/copy-constructor-elim.cpp +++ b/clang/test/CodeGenCXX/copy-constructor-elim.cpp @@ -56,4 +56,4 @@ extern "C" V f() { return gv1; } // Make sure that we obey the destination's alignment requirements when emitting // the copy. // CHECK-LABEL: define i32 @f() -// CHECK: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), i64 4, i32 4, i1 false) +// CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), i64 4, i32 4, i1 false) -- 2.7.4