mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Add prototype for tail-dup pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a7bef4355
commit
1ee7855dfa
@ -175,6 +175,14 @@ Pass *createReassociatePass();
|
||||
//
|
||||
Pass *createCorrelatedExpressionEliminationPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// TailDuplication - Eliminate unconditional branches through controlled code
|
||||
// duplication, creating simpler CFG structures.
|
||||
//
|
||||
Pass *createTailDuplicationPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// CFG Simplification - Merge basic blocks, eliminate unreachable blocks,
|
||||
@ -182,6 +190,7 @@ Pass *createCorrelatedExpressionEliminationPass();
|
||||
//
|
||||
Pass *createCFGSimplificationPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// BreakCriticalEdges pass - Break all of the critical edges in the CFG by
|
||||
|
Loading…
Reference in New Issue
Block a user