simplify some code to just reuse a setcc if we can instead of
authorChris Lattner <sabre@nondot.org>
Sun, 19 Dec 2010 21:23:48 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Dec 2010 21:23:48 +0000 (21:23 +0000)
commit481eebc9315a3231355d33121f8d0afcdddac5e0
tree5fe2ebe410be0b5e4a94229b8013fef42fab22fc
parent9d38acb254108db0ee9e746bb3f7aa64168f7e36
simplify some code to just reuse a setcc if we can instead of
going through the CSE maps to get it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp