mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 05:30:29 +00:00
Add the prototype for the LoopExtractor Pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9401deb320
commit
dddea54b11
@ -137,6 +137,14 @@ Pass *createInstructionCombiningPass();
|
||||
FunctionPass *createLICMPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LoopExtractor - This pass moves every natural loop into its own function.
|
||||
// Mostly useful in debugging via bugpoint.
|
||||
//
|
||||
FunctionPass *createLoopExtractorPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// PiNodeInsertion - This pass inserts single entry Phi nodes into basic blocks
|
||||
|
Loading…
Reference in New Issue
Block a user