diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-16 11:22:44 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-16 11:22:44 +0000 |
commit | 1aaefbca24aba4fd9fa382b85606ef292c740529 (patch) | |
tree | 8016f9ad7255a9c20120a64eab85a0c4c4151b84 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | bfe6b35c7079495a418cf247ef3bec828b8abce9 (diff) | |
download | bcm5719-llvm-1aaefbca24aba4fd9fa382b85606ef292c740529.tar.gz bcm5719-llvm-1aaefbca24aba4fd9fa382b85606ef292c740529.zip |
[VPlanSLP] Don't dereference a cast_or_null<VPInstruction> result. NFCI.
The static analyzer is warning about a potential null dereference of the cast_or_null result, I've split the cast_or_null check from the ->getUnderlyingInstr() call to avoid this, but it appears that we weren't seeing any null pointers in the dumped bundles in the first place.
llvm-svn: 371975
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions