forked from OSchip/llvm-project
Fix one more check string after r315045.
llvm-svn: 315049
This commit is contained in:
parent
383890bad4
commit
17efb6a9ed
|
@ -46,7 +46,7 @@ void *test_builtin_os_log(void *buf) {
|
|||
// CHECK-O0: %[[CALL:.*]] = call %[[TY0:.*]]* (...) @GenString()
|
||||
// CHECK-O0: %[[V1:.*]] = bitcast %[[TY0]]* %[[CALL]] to i8*
|
||||
// CHECK-O0: %[[V2:.*]] = call i8* @objc_retainAutoreleasedReturnValue(i8* %[[V1]])
|
||||
// CHECK-O0: %[[V3:.*]] = bitcast i8* %[[V2]] to %[[V0]]*
|
||||
// CHECK-O0: %[[V3:.*]] = bitcast i8* %[[V2]] to %[[TY0]]*
|
||||
// CHECK-O0: %[[V4:.*]] = ptrtoint %[[TY0]]* %[[V3]] to i64
|
||||
// CHECK-O0: call void @__os_log_helper_1_2_1_8_64(i8* %[[V0]], i64 %[[V4]])
|
||||
// CHECK-O0: %[[V5:.*]] = bitcast %[[TY0]]* %[[V3]] to i8*
|
||||
|
|
Loading…
Reference in New Issue