r228088 - Unbreak the MIPS buildbot

David Majnemer david.majnemer at gmail.com
Tue Feb 3 16:26:13 PST 2015


Author: majnemer
Date: Tue Feb  3 18:26:13 2015
New Revision: 228088

URL: http://llvm.org/viewvc/llvm-project?rev=228088&view=rev
Log:
Unbreak the MIPS buildbot

Modified:
    cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp

Modified: cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp?rev=228088&r1=228087&r2=228088&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp Tue Feb  3 18:26:13 2015
@@ -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)





More information about the cfe-commits mailing list