diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-27 15:49:19 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-27 15:49:19 +0000 |
commit | f71f23d14d4353f823ddf93680ddac86e95819d7 (patch) | |
tree | 26b8637a80f4db36c73323a7f047788b1868fdb2 /llvm/lib/Transforms/Utils/ModuleUtils.cpp | |
parent | aae97bfd0c323edef5363ce296c9f6f79db410cf (diff) | |
download | llvm-f71f23d14d4353f823ddf93680ddac86e95819d7.zip llvm-f71f23d14d4353f823ddf93680ddac86e95819d7.tar.gz llvm-f71f23d14d4353f823ddf93680ddac86e95819d7.tar.bz2 |
FunctionImportGlobalProcessing::processGlobalForThinLTO - silence static analyzer dyn_cast<FunctionSummary> null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<FunctionSummary> directly and if not assert will fire for us.
llvm-svn: 373097
Diffstat (limited to 'llvm/lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions