Fix logic error in previous commit. The != case needs to become an or, not an
commitf994bf00b5d1b0b74e70cfcf65414b8aa401d3ea
authorNick Lewycky <nicholas@mxc.ca>
Sat, 2 Jan 2010 16:14:56 +0000 (2 16:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 2 Jan 2010 16:14:56 +0000 (2 16:14 +0000)
tree00ab94ad946d4c0182a02d9e1c1cd9bcad70be3d
parent546d63176eecb2786f9fcd587ccb2c1ef604278b
Fix logic error in previous commit. The != case needs to become an or, not an
and.

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