PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull
authorEli Friedman <eli.friedman@gmail.com>
Thu, 29 Jul 2010 18:03:33 +0000 (18:03 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 29 Jul 2010 18:03:33 +0000 (18:03 +0000)
commit618898e933c6350f1f7976370f3822c086d70f0c
tree0da38ad6c281bff4f947bdb9de792eb3d8f6bda3
parent2a5892fe664161cdbb84bc3640812f21b5ff62d2
PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull
if CExpr is a ConstantInt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp