mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83bf2880c3
commit
4c174a7bba
@ -131,12 +131,18 @@ Pass *createInstructionCombiningPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LICM - This pass is a simple natural loop based loop invariant code motion
|
||||
// pass.
|
||||
// LICM - This pass is a loop invariant code motion and memory promotion pass.
|
||||
//
|
||||
FunctionPass *createLICMPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopUnroll - This pass is a simple loop unrolling pass.
|
||||
//
|
||||
FunctionPass *createLoopUnrollPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// PiNodeInsertion - This pass inserts single entry Phi nodes into basic blocks
|
||||
|
Loading…
x
Reference in New Issue
Block a user