fix a bug I introduced with my 'instcombine builder' refactoring
authorChris Lattner <sabre@nondot.org>
Mon, 31 Aug 2009 04:36:22 +0000 (04:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Aug 2009 04:36:22 +0000 (04:36 +0000)
commit95afdfee8260c5daad485b9eb6c5340f33ad5186
treeaacdd1c127560315a09adc86d34a540c612f7c92
parent98a27ce03f092ab5464e65725f7d1fa0c03652f2
fix a bug I introduced with my 'instcombine builder' refactoring
changes: SimplifyDemandedBits can't use the builder yet because it
has the wrong insertion point.  This fixes a crash building
MultiSource/Benchmarks/PAQ8p

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/crash.ll [new file with mode: 0644]