commit | d9e85a0861b7e9320c34547a2ad7f49c504a9381 | [log] [tgz] |
---|---|---|
author | James Y Knight <jyknight@google.com> | Fri Feb 01 20:43:34 2019 +0000 |
committer | James Y Knight <jyknight@google.com> | Fri Feb 01 20:43:34 2019 +0000 |
tree | bafc31ff522534fb10e65ddc519943a7be7abc28 | |
parent | 7976eb58382b25d0e17490b9d77fb06cb000c95b [diff] |
[opaque pointer types] Pass function types to InvokeInst creation. 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