mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +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();
|
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
|
// 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
|
// input module, looking for a main function. If a main function is found, all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user