]> granicus.if.org Git - clang/commitdiff
Unbreak the MIPS buildbot
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 4 Feb 2015 00:26:13 +0000 (00:26 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 4 Feb 2015 00:26:13 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228088 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/copy-constructor-elim.cpp

index 69da8b2c03c021a898f63e71d42bd5008b2077bb..080f9435200f3f1b1daa620c410c7bb5c6d92931 100644 (file)
@@ -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)