[SimplifyLibCalls] Fix inverted condition that lead to an uninitialized memory read...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 28 Nov 2015 21:43:12 +0000 (21:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 28 Nov 2015 21:43:12 +0000 (21:43 +0000)
commitd3af7cc9d903bf272e3c318e1c0cb40c3001714b
tree4dc9c1322988fac71ceb57db2e8bf24452c9adb6
parent4d09da6163347894436494f2c1f021f6e506f2c5
[SimplifyLibCalls] Fix inverted condition that lead to an uninitialized memory read below.

Found by msan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp