diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 11:17:06 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 11:17:06 +0000 |
commit | bc58230e29d53651c9cd17b97974a20ae87fef02 (patch) | |
tree | 1edc26f3bcd4a455effd918703285f32bb34a976 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | 7e3c74bc63f97dd8fa354e6f2153ab8b3d88082a (diff) | |
download | bcm5719-llvm-bc58230e29d53651c9cd17b97974a20ae87fef02.tar.gz bcm5719-llvm-bc58230e29d53651c9cd17b97974a20ae87fef02.zip |
SimplifyCFG - silence static analyzer dyn_cast<Instruction> null dereference warning. 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: 372726
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions