diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 13:08:56 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 13:08:56 +0000 |
commit | e2ded3d131b79845f407b57de9c4189fdc9a6c0f (patch) | |
tree | 1aefe3611259756659919164ea944ad16be7675f /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 369d16a1c629041869b969c6fa31fc157bec1c89 (diff) | |
download | bcm5719-llvm-e2ded3d131b79845f407b57de9c4189fdc9a6c0f.tar.gz bcm5719-llvm-e2ded3d131b79845f407b57de9c4189fdc9a6c0f.zip |
LoopAccessAnalysis isConsecutiveAccess() - silence static analyzer dyn_cast<SCEVConstant> null dereference warning. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use cast<SCEVConstant> directly and if not assert will fire for us.
llvm-svn: 373465
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions