Another minor simplification: handle setcc (zero_extend x), c -> setcc(x, c')
authorChris Lattner <sabre@nondot.org>
Mon, 18 Apr 2005 04:30:45 +0000 (04:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Apr 2005 04:30:45 +0000 (04:30 +0000)
commit4a44c8df1984ebcb253dda283bd2c117cbbb1929
tree8719d921f8c7247aab3d83ae738d3bd62385933e
parent7467c9b086d3917333ece77e9fc8624922d42ef1
Another minor simplification: handle setcc (zero_extend x), c -> setcc(x, c')

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