Now that all the code generators support the select instruction, and the instcombine
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 19:44:05 +0000 (19:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 19:44:05 +0000 (19:44 +0000)
commit552112f2f8702f2cba8cb5775bc24c3e02ba265c
tree000ca8cbedbae39caae57f41e7959faed3580810
parentc32b30a42999e7f67b87125e0301330608ec1287
Now that all the code generators support the select instruction, and the instcombine
pass can eliminate many nasty cases of them, start generating them in the optimizers

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