Add new test to make sure simplifycfg doesn't leave around trivially
authorChris Lattner <sabre@nondot.org>
Sat, 1 Jan 2005 16:00:56 +0000 (16:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Jan 2005 16:00:56 +0000 (16:00 +0000)
commit72a406eb14ab837aeb25b84c1efff3a835e3c31a
treeb8aed18551c6301d3b28e6107690c1fe7746dcca
parentf5ac6c27acd65ae2c9eafd355b781123d9882087
Add new test to make sure simplifycfg doesn't leave around trivially
dead instructions.

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