mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Add new prototype for createLowerInvokePass(). Make simplifycfg be a
functionpass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86e4445ec3
commit
5e5252b4c9
@ -197,7 +197,7 @@ Pass *createTailDuplicationPass();
|
||||
// CFG Simplification - Merge basic blocks, eliminate unreachable blocks,
|
||||
// simplify terminator instructions, etc...
|
||||
//
|
||||
Pass *createCFGSimplificationPass();
|
||||
FunctionPass *createCFGSimplificationPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -261,6 +261,15 @@ FunctionPass *createLowerAllocationsPass();
|
||||
//
|
||||
FunctionPass *createLowerSwitchPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// This pass converts 'invoke' instructions calls, and 'unwind' instructions
|
||||
// into calls to abort().
|
||||
//
|
||||
FunctionPass *createLowerInvokePass();
|
||||
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// These functions removes symbols from functions and modules.
|
||||
|
Loading…
x
Reference in New Issue
Block a user