This cleans up all InvokeInst creation in LLVM to explicitly pass a
function type rather than deriving it from the pointer's element-type.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 27379 Build 27378: arc lint + arc unit
Event Timeline
Comment Actions
Looks good!
(same question as the CallInst::Create version - is it worth having an overload that does take a Function and derives the function type from that?)