Files
clang-p2996/llvm/lib/Transforms/IPO/ExpandVariadics.cpp
Nikita Popov 879a55793a [ExpandVariadics] Clean up intrinsic declaration lookup (NFC)
The comment was outdated, as getDeclarationIfExists has been
introduced in the meantime.

We also only use this in one place where neither the Tys.empty()
case nor the FT is relevant, so just include the call to
getDeclarationIfExists().
2025-06-23 15:31:17 +02:00

36 KiB