mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 01:06:06 +00:00

This cleans up all InvokeInst creation in LLVM to explicitly pass a function type rather than deriving it from the pointer's element-type. Differential Revision: https://reviews.llvm.org/D57171 llvm-svn: 352910