New prototype for lowerpacked pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-17 18:01:49 +00:00
parent 1b9fe1cbbe
commit 4c4c415fca

View 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