switchinst ctor now takes a hint for the number of cases that it will have.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 00:38:26 +0000 (00:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 00:38:26 +0000 (00:38 +0000)
commit378805969ea928b91aa321746031a8f51667a783
treef1ffa9ecff20b206b33e763e0c9ec514acf7525b
parent5598aa0328fd3a1cc0b93c461f0474e09c10662c
switchinst ctor now takes a hint for the number of cases that it will have.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19898 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/SimplifyCFG.cpp