forked from OSchip/llvm-project
parent
92e27e0900
commit
114341db6d
|
@ -42,6 +42,6 @@ int test5() {
|
|||
// <rdar://problem/11220251>
|
||||
void test6() {
|
||||
// CHECK: @test6
|
||||
// CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.X* getelementptr inbounds (%struct.Y* @g, i32 0, i32 1) to i8*), i8* %0, i64 24, i32 1, i1 false)
|
||||
// CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* bitcast (%struct.X* getelementptr inbounds (%struct.Y* @g, i32 0, i32 1) to i8*), i8* %{{.*}}, i64 24, i32 1, i1 false)
|
||||
g.y = foo();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue