From 18f6b6749529b838cce3d2f8bd04abdc84487ec4 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Wed, 4 Feb 2015 00:26:13 +0000 Subject: [PATCH] Unbreak the MIPS buildbot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228088 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/copy-constructor-elim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/copy-constructor-elim.cpp b/test/CodeGenCXX/copy-constructor-elim.cpp index 69da8b2c03..080f943520 100644 --- a/test/CodeGenCXX/copy-constructor-elim.cpp +++ b/test/CodeGenCXX/copy-constructor-elim.cpp @@ -55,5 +55,5 @@ 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-LABEL: define i32 @f // CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), i64 4, i32 4, i1 false) -- 2.40.0