Skip to content

Commit c6bc09d

Browse files
committed
[android] Fix spelling of intrinsic in AArch64 test.
In between #19478 was written and merged, b45ca04 changed the spelling of the intrinsics, so the old code wasn't working. This fixes the spelling. Broken in https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-16.04-android-arm64/2875/
1 parent 0af22a4 commit c6bc09d

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)