Implement SimplifyCFG/DeadSetCC.ll
authorChris Lattner <sabre@nondot.org>
Sat, 1 Jan 2005 16:02:12 +0000 (16:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Jan 2005 16:02:12 +0000 (16:02 +0000)
commit13b2f764c041e15af3d6033826deb9c7e669ca97
tree4053a6b540805d707a8e078dd4b3d54446ee83bb
parent72a406eb14ab837aeb25b84c1efff3a835e3c31a
Implement SimplifyCFG/DeadSetCC.ll

SimplifyCFG is one of those passes that we use for final cleanup: it should
not rely on other passes to clean up its garbage.  This fixes the "why are
trivially dead setcc's in the output of gccas" problem.

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