If a brcond condition is promoted, make sure to zero extend it, even if not
authorChris Lattner <sabre@nondot.org>
Mon, 27 Nov 2006 04:39:56 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Nov 2006 04:39:56 +0000 (04:39 +0000)
commitf9908172e980aab15a36bd110ccdbc5f7afa44f6
treef592225a76a1496a4592559313041d20b6128b9f
parent3da59db637a887474c1b1346c1f3ccf53b6c4663
If a brcond condition is promoted, make sure to zero extend it, even if not
expanded into BR_CC.

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