diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 11:48:32 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 11:48:32 +0000 |
commit | c9129cea27188a732fddcd6ce14960e3520486ca (patch) | |
tree | 17c9419283f9a858ed19e19ad595d18551938784 /llvm/lib/CodeGen/MachineLoopUtils.cpp | |
parent | 2bb217b5fec3e3b98c25a2d5d8d88f3a0b245a2c (diff) | |
download | llvm-c9129cea27188a732fddcd6ce14960e3520486ca.zip llvm-c9129cea27188a732fddcd6ce14960e3520486ca.tar.gz llvm-c9129cea27188a732fddcd6ce14960e3520486ca.tar.bz2 |
WinException::emitExceptHandlerTable - silence static analyzer dyn_cast<Function> null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<Function> directly and if not assert will fire for us.
llvm-svn: 373449
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions