forked from OSchip/llvm-project
Tweak clang/test/CodeGenCXX/copy-constructor-elim.cpp to satisfy i686-linux.
llvm-svn: 228146
This commit is contained in:
parent
a9aab74304
commit
2e4c20109a
|
@ -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 {{.*}} @f(
|
||||
// CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), {{i64|i32}} 4, i32 4, i1 false)
|
||||
|
|
Loading…
Reference in New Issue