[PATCH] D57171: [opaque pointer types] Pass function types to InvokeInst creation.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 13:22:15 PST 2019
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
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?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57171/new/
https://reviews.llvm.org/D57171
More information about the llvm-commits
mailing list