OSDN Git Service

Don't block basic block with only SwitchInst to fold into predecessors.
authorZhou Sheng <zhousheng00@gmail.com>
Wed, 25 Feb 2009 15:34:27 +0000 (15:34 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Wed, 25 Feb 2009 15:34:27 +0000 (15:34 +0000)
commit9a7c743fc0d45e4f2331c4092d3f29bf18351e6f
tree17b90170a6740b7a29b545706c06e24cf8116fd9
parent326a4988ba1fcafec7f582e490e56f0f7297c4fc
Don't block basic block with only SwitchInst to fold into predecessors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65456 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp
test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll [new file with mode: 0644]