Fix a backwards conditional that caused an inf loop in some cases. This
authorChris Lattner <sabre@nondot.org>
Wed, 18 Jan 2006 19:13:41 +0000 (19:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Jan 2006 19:13:41 +0000 (19:13 +0000)
commit4090aee72e0f29976c9b1e7a0e0c7b4456f645b5
tree6cc02a84201fa9600173fe1c038116839824ec13
parenta076787d7b6f7bebb43a8fa6f55fd66c451eaf68
Fix a backwards conditional that caused an inf loop in some cases.  This
fixes: test/Regression/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll

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