Add stub to create lowerSwitches pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-04-23 16:24:19 +00:00
parent 14383485ac
commit 3b1ca40d5d

View File

@ -224,6 +224,11 @@ extern const PassInfo *LoopPreheadersID;
Pass *createLowerAllocationsPass();
Pass *createRaiseAllocationsPass();
//===----------------------------------------------------------------------===//
// This pass converts SwitchInst instructions into a sequence of chained binary
// branch instructions.
//
Pass *createLowerSwitchPass();
//===----------------------------------------------------------------------===//
//