We went through all that trouble to compute whether it was safe to transform
authorChris Lattner <sabre@nondot.org>
Wed, 20 Sep 2006 04:44:59 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Sep 2006 04:44:59 +0000 (04:44 +0000)
commitb8456460cbf3134ad196584a3049ac9b1109628b
treefd97318d1d84104569f396230807078f9b09a934
parent711762497c27357adc1edf8d4237c2770fa303bb
We went through all that trouble to compute whether it was safe to transform
this comparison, but never checked it.  Whoops, no wonder we miscompiled
177.mesa!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30511 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp