Fix ARM buildbot

llvm-svn: 228111
This commit is contained in:
David Majnemer 2015-02-04 03:30:00 +00:00
parent 5ecfede65c
commit df1e1aee4c
1 changed files with 1 additions and 1 deletions

View File

@ -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|i32}}({{.*}}, 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|i32}} 4, i32 4, i1 false)