mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
Add the prototype for the LoopExtractor Pass.
llvm-svn: 11937
This commit is contained in:
parent
f14fbb1a0b
commit
1ddb180929
@ -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