Fix "pointer is null" static analyzer warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Jan 2020 17:40:34 +0000 (17:40 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Jan 2020 17:41:26 +0000 (17:41 +0000)
commitfd8ded99fe6e9fcae2c98ccad25d6562c5fa8a14
tree83be5542ca6498f4ee9373756f014179bc9bc91f
parentdfed052fb3ecef53bf01612ec3fc7df73c2134b7
Fix "pointer is null" static analyzer warning. NFCI.

Use castAs<> instead of getAs<> since the pointer is dereferenced immediately below and castAs will perform the null assertion for us.
clang/lib/CodeGen/CGVTables.cpp