diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-16 15:19:11 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-16 15:19:11 +0000 |
| commit | a48b6e98abc15b2f41570396040454e3c093b568 (patch) | |
| tree | 05df21feeadff16d34e07eca63de4f02f158d657 /llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp | |
| parent | d0f63f83e7c5c6fc11e964f848d1496234695182 (diff) | |
| download | bcm5719-llvm-a48b6e98abc15b2f41570396040454e3c093b568.tar.gz bcm5719-llvm-a48b6e98abc15b2f41570396040454e3c093b568.zip | |
[ExecutionEngine] Don't dereference a dyn_cast result. NFCI.
The static analyzer is warning about potential null dereferences of dyn_cast<> results - in these cases we can safely use cast<> directly as we know that these cases should all be the correct type, which is why its working atm and anyway cast<> will assert if they aren't.
llvm-svn: 371998
Diffstat (limited to 'llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp')
0 files changed, 0 insertions, 0 deletions

