Skip to content

Commit 53e2b5c

Browse files
authored
Merge pull request #28523 from drodriguez/android-fix-autorelease-spelling
[android] Fix spelling of intrinsic in AArch64 test.
2 parents fcfd555 + c6bc09d commit 53e2b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/autorelease.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bb0(%0 : @owned $C?):
5050
// aarch64: [[T0:%.*]] = call swiftcc i64 @foo(i64 %0)
5151
// aarch64-NEXT: call void asm sideeffect "mov
5252
// aarch64-NEXT: [[T1:%.*]] = inttoptr i64 [[T0]] to i8*
53-
// aarch64-NEXT: [[T2:%.*]] = call i8* @objc_retainAutoreleasedReturnValue(i8* [[T1]])
53+
// aarch64-NEXT: [[T2:%.*]] = call i8* @llvm.objc.retainAutoreleasedReturnValue(i8* [[T1]])
5454
// aarch64-NEXT: [[T3:%.*]] = ptrtoint i8* [[T2]] to i64
5555
// aarch64-NEXT: ret i64 [[T3]]
5656

0 commit comments

Comments
 (0)