fix incorrect folding of icmp with undef, PR6481.
authorChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2010 19:46:03 +0000 (19:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2010 19:46:03 +0000 (19:46 +0000)
commitc8e14b3d37b80abb6adb4b831af0452d9ecbf2b2
tree82f5c1caf2f2072cfb903e28fbde8df7b103e0c7
parentfec8657351346966e48f9248079e85602dc1f85d
fix incorrect folding of icmp with undef, PR6481.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97659 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp
lib/VMCore/ConstantFold.cpp
test/Transforms/InstCombine/icmp.ll