Lowering of sdiv X, pow2 was broken, this fixes it. This patch is written
authorChris Lattner <sabre@nondot.org>
Thu, 16 Feb 2006 08:02:36 +0000 (08:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Feb 2006 08:02:36 +0000 (08:02 +0000)
commit8f4880be6675dbf1840446bc7a335f71ff557154
treee174b89b981a1024a054f77b582f739895a583b6
parentaf2f351869efb997c6ad6b62c12f48f7578ab208
Lowering of sdiv X, pow2 was broken, this fixes it.  This patch is written
by Nate, I'm just committing it for him.

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