diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 13:09:12 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 13:09:12 +0000 |
commit | b635964abc780fcc3a1967961737bb8ee0a78541 (patch) | |
tree | 258bd7acf94cb33899b06b8ec9ad675d1c5bc1f3 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 65e115098821925055d6e78312862bf2513f8996 (diff) | |
download | bcm5719-llvm-b635964abc780fcc3a1967961737bb8ee0a78541.tar.gz bcm5719-llvm-b635964abc780fcc3a1967961737bb8ee0a78541.zip |
MemorySSAUpdater::applyInsertUpdates - silence static analyzer dyn_cast<MemoryAccess> null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<MemoryAccess> directly and if not assert will fire for us.
llvm-svn: 373467
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions