mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Add accessor function for the PruneEH pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6fb96f559
commit
fa7f524162
@ -61,6 +61,12 @@ Pass *createFunctionResolvingPass();
|
||||
//
|
||||
Pass *createFunctionInliningPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createPruneEHPass - Return a new pass object which transforms invoke
|
||||
// instructions into calls, if the callee can _not_ unwind the stack.
|
||||
//
|
||||
Pass *createPruneEHPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createInternalizePass - This pass loops over all of the functions in the
|
||||
// input module, looking for a main function. If a main function is found, all
|
||||
|
Loading…
Reference in New Issue
Block a user