aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ModuleUtils.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-27 15:49:19 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-27 15:49:19 +0000
commitf71f23d14d4353f823ddf93680ddac86e95819d7 (patch)
tree26b8637a80f4db36c73323a7f047788b1868fdb2 /llvm/lib/Transforms/Utils/ModuleUtils.cpp
parentaae97bfd0c323edef5363ce296c9f6f79db410cf (diff)
downloadllvm-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