mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 11:56:06 +00:00

new functions are compatible before upgrading a function call to an intrinsic call. Sometimes users insert calls to ARC runtime functions that are not compatible with the corresponding intrinsic functions (for example, 'i8* @objc_storeStrong' instead of 'void @objc_storeStrong'). Don't upgrade those calls. rdar://problem/56447127
1.5 KiB
1.5 KiB