ΒΆllvm::CallInst* createCallMatchingInvoke(
llvm::InvokeInst* II)
llvm::CallInst* createCallMatchingInvoke(
llvm::InvokeInst* II)
Description
Create a call that matches the invoke \p II in terms of arguments, attributes, debug information, etc. The call is not placed in a block and it will not have a name. The invoke instruction is not removed, nor are the uses replaced by the new call.
Declared at: llvm/include/llvm/Transforms/Utils/Local.h:278
Parameters
- llvm::InvokeInst* II