Add prototype for LICM pass
authorChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 22:44:16 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 May 2002 22:44:16 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2612 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index b649deec1089b0960f1034ef01a83234ace20747..898b604da949c98d328eae3031e5f469fc0d5902 100644 (file)
@@ -96,6 +96,14 @@ Pass *createIndVarSimplifyPass();
 Pass *createInstructionCombiningPass();
 
 
+//===----------------------------------------------------------------------===//
+//
+// LICM - This pass is a simple natural loop based loop invariant code motion
+// pass.
+//
+Pass *createLICMPass();
+
+
 //===----------------------------------------------------------------------===//
 //
 // PiNodeInsertion - This pass inserts single entry Phi nodes into basic blocks