diff options
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 1ade0f4977..e3a5e1b87c 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -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(); //===----------------------------------------------------------------------===// // |