New prototype for lowerpacked pass.
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2004 18:01:49 +0000 (18:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2004 18:01:49 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17915 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index 5d21d78f76fa68c12d38033cb32ed3bf87bc3194..ae4e6538786a24810de2efb067687fe02af42ae8 100644 (file)
@@ -247,6 +247,11 @@ FunctionPass *createLowerSwitchPass();
 //
 FunctionPass *createLowerSelectPass(bool OnlyFP = false);
 
+//===----------------------------------------------------------------------===//
+// This pass converts PackedType operations into low-level scalar operations.
+//
+FunctionPass *createLowerPackedPass();
+
 //===----------------------------------------------------------------------===//
 // This pass converts invoke and unwind instructions to use sjlj exception
 // handling mechanisms.  Note that after this pass runs the CFG is not entirely