Fix a miscompile of PtrDist/bc. Sign extending bools is not the right thing,
authorChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 16:56:19 +0000 (16:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 16:56:19 +0000 (16:56 +0000)
commitec176e30d655f96d75b49e620a849008bf0f63a2
treea2a9c322f429eb8b49e7559da5e674b72911ddc4
parent5ffcd9b56c527c060b6d7c128610916f6afb507a
Fix a miscompile of PtrDist/bc.  Sign extending bools is not the right thing,
at least tends to expose problems elsewhere.

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