From 4c4c415fca2d1bd29309dbee1df439d0aa89bde9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Nov 2004 18:01:49 +0000 Subject: New prototype for lowerpacked pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17915 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/llvm/Transforms') diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 5d21d78f76f..ae4e6538786 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -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 -- cgit v1.2.3