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)


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to