Fix a bug in ISD::isBuildVectorAllOnesInteger that caused it to always return
authorChris Lattner <sabre@nondot.org>
Sat, 25 Mar 2006 22:59:28 +0000 (22:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 25 Mar 2006 22:59:28 +0000 (22:59 +0000)
commit452e8354d58960289aae610fa265ee69431b6b83
treebb2276ae6b166f9e09c629351b665f8ca0d10cb2
parent61d4399dfc7046595e30ad34a28c72a885cb8100
Fix a bug in ISD::isBuildVectorAllOnesInteger that  caused it to always return
false

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