diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 16:03:45 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 16:03:45 +0000 |
commit | 91b4085b034ef3a432b0063175f8a3bd96ee089c (patch) | |
tree | 431891d03fcd62cb020addbcf36d82fd18f4394e /lldb/packages/Python/lldbsuite/test/python_api/value | |
parent | 96ab296ea40e6ffb563496c147bfa3d9a55b2cea (diff) | |
download | bcm5719-llvm-91b4085b034ef3a432b0063175f8a3bd96ee089c.tar.gz bcm5719-llvm-91b4085b034ef3a432b0063175f8a3bd96ee089c.zip |
LowerExpectIntrinsic handlePhiDef - silence static analyzer dyn_cast<PHINode> null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<PHINode> directly and if not assert will fire for us.
llvm-svn: 373481
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions