]> granicus.if.org Git - llvm/commit
[InstCombine] Fix PR43617
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 9 Oct 2019 22:03:23 +0000 (22:03 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Wed, 9 Oct 2019 22:03:23 +0000 (22:03 +0000)
commit0cb14ca5d8383fae16e269a2c58cc5bc217248fe
treebb4ff46883efc60d726feb847663b055a3731919
parent7d6a3303df8f04c7b94f768f5cb7dcc12a3fc43b
[InstCombine] Fix PR43617

Check for `nullptr` before inspecting composite function.

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