Loading
[ModuleInliner] Skip function declarations during candidate scan (#195567)
This patch skips function declarations during the candidate scan in ModuleInlinerPass::run as declarations do not have bodies.
This patch skips function declarations during the candidate scan in ModuleInlinerPass::run as declarations do not have bodies.