mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 20:44:51 +00:00
Add accessor for a Loop Unswitching pass
llvm-svn: 13066
This commit is contained in:
parent
6aa66a1cae
commit
10c5fa0de9
@ -136,6 +136,13 @@ Pass *createInstructionCombiningPass();
|
||||
FunctionPass *createLICMPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopUnswitch - This pass is a simple loop unswitching pass.
|
||||
//
|
||||
FunctionPass *createLoopUnswitchPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopUnroll - This pass is a simple loop unrolling pass.
|
||||
|
Loading…
Reference in New Issue
Block a user