mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Add accessor for a Loop Unswitching pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06ac2bef15
commit
8277567dc6
@ -136,6 +136,13 @@ Pass *createInstructionCombiningPass();
|
|||||||
FunctionPass *createLICMPass();
|
FunctionPass *createLICMPass();
|
||||||
|
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
//
|
||||||
|
// LoopUnswitch - This pass is a simple loop unswitching pass.
|
||||||
|
//
|
||||||
|
FunctionPass *createLoopUnswitchPass();
|
||||||
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// LoopUnroll - This pass is a simple loop unrolling pass.
|
// LoopUnroll - This pass is a simple loop unrolling pass.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user