diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 15:31:25 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 15:31:25 +0000 |
commit | e0712019f274d288a6b8335d85652569ccd9caf7 (patch) | |
tree | 0bfcea1dec1dac819549f799bf0a0c22889e8eaa /llvm/lib/Transforms/Utils/CodeExtractor.cpp | |
parent | 9330005a547926c6bef1704b540f83755bafe8d4 (diff) | |
download | bcm5719-llvm-e0712019f274d288a6b8335d85652569ccd9caf7.tar.gz bcm5719-llvm-e0712019f274d288a6b8335d85652569ccd9caf7.zip |
Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<VectorType> directly and if not assert will fire for us.
llvm-svn: 373478
Diffstat (limited to 'llvm/lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions