Add accessor for a Loop Unswitching pass

llvm-svn: 13066
This commit is contained in:
Chris Lattner 2004-04-19 06:28:37 +00:00
parent 46f888dd80
commit 1c9fb0007e
1 changed files with 7 additions and 0 deletions

View File

@ -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.