Fix a bug where we would incorrectly do a sign ext instead of a zero ext
authorChris Lattner <sabre@nondot.org>
Thu, 10 Mar 2005 20:55:51 +0000 (20:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Mar 2005 20:55:51 +0000 (20:55 +0000)
commitee639f1760ea3d22c46b141393eab611a4de2200
tree17b14d759dde9d859c1f2a77aa716499e3d31566
parent572668aa38e080b1c361c93b91a7d367a69e3015
Fix a bug where we would incorrectly do a sign ext instead of a zero ext
because we were checking the wrong thing.  Thanks to andrew for pointing
this out!

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