diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 14:02:18 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 14:02:18 +0000 |
commit | 920ff02ece54bb38fcd91dfae265a1bfd0fb3c69 (patch) | |
tree | 15453e51c70d6a25153f15e1b0eea8ba0012d465 /llvm/lib/Transforms/Utils/CodeExtractor.cpp | |
parent | 6fa696fb08d54071daac0d867d783d12b9dabd65 (diff) | |
download | bcm5719-llvm-920ff02ece54bb38fcd91dfae265a1bfd0fb3c69.tar.gz bcm5719-llvm-920ff02ece54bb38fcd91dfae265a1bfd0fb3c69.zip |
SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<> directly and if not assert will fire for us.
llvm-svn: 373474
Diffstat (limited to 'llvm/lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions