Author: majnemer
Date: Tue Feb  3 17:21:21 2015
New Revision: 228065

URL: http://llvm.org/viewvc/llvm-project?rev=228065&view=rev
Log:
Unbreak hexagon bot

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=228065&r1=228064&r2=228065&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/copy-constructor-elim.cpp Tue Feb  3 17:21:21 2015
@@ -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)


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

Reply via email to