Add accessor for a Loop Unswitching pass
authorChris Lattner <sabre@nondot.org>
Mon, 19 Apr 2004 06:28:37 +0000 (06:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Apr 2004 06:28:37 +0000 (06:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13066 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index b34b1222be91a33dbf239ecad96e2053610d3e82..db84f7cb609d9b64e853f4e389a0db7bb61e83f1 100644 (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.