projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1438348
)
Add stub to create lowerSwitches pass
author
Chris Lattner
<sabre@nondot.org>
Wed, 23 Apr 2003 16:24:19 +0000
(16:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 23 Apr 2003 16:24:19 +0000
(16:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5866
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 1ade0f4977fe6b0f7887f967fff0237ab261e0fa..e3a5e1b87cfdd60fdad45ac13fde438b35549c14 100644
(file)
--- 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();
//===----------------------------------------------------------------------===//
//