Teach branch folding to fold identical jump tables together and to delete
authorChris Lattner <sabre@nondot.org>
Sat, 28 Oct 2006 18:34:47 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Oct 2006 18:34:47 +0000 (18:34 +0000)
commit6acfe12dd6d52c801f78c240528b7cb42fa91159
treed67e816f1486c5df37552ce7765dae89b762ee16
parentc4aacac056168b9e2bdd52f1befa06a01c22c65e
Teach branch folding to fold identical jump tables together and to delete
jump tables that are dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp