diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-26 13:33:15 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-26 13:33:15 +0000 |
commit | c15cd009ac150f5034dcec249a3f5fb2d8ab0b1c (patch) | |
tree | a0d3845bf2cd7424beb47eef73fe40b85bd1bb1a /lldb/packages/Python/lldbsuite/test/python_api | |
parent | e7bef0f18379daf60d6e8ce2e645c80e9e1c3e4b (diff) | |
download | bcm5719-llvm-c15cd009ac150f5034dcec249a3f5fb2d8ab0b1c.tar.gz bcm5719-llvm-c15cd009ac150f5034dcec249a3f5fb2d8ab0b1c.zip |
[FlattenCFG] Silence static analyzer dyn_cast<BranchInst> null dereference warnings. NFCI.
The static analyzer is warning about a potential null dereferences, but we should be able to use cast<BranchInst> directly and if not assert will fire for us.
llvm-svn: 372977
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions