diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 13:57:44 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 13:57:44 +0000 |
commit | 734d3f49ad3856debff95835243b70d9868de573 (patch) | |
tree | 9e0b2a407095bffd94a6f7db4b53b6a6022b2646 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | e94242f3997c4ce8c6bcf29afc4445a7859909d1 (diff) | |
download | bcm5719-llvm-734d3f49ad3856debff95835243b70d9868de573.tar.gz bcm5719-llvm-734d3f49ad3856debff95835243b70d9868de573.zip |
SafepointIRVerifier - silence static analyzer dyn_cast<Instruction> null dereference warnings. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<Instruction> directly and if not assert will fire for us.
llvm-svn: 372758
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions