]> granicus.if.org Git - clang/commit
CGExprAgg - remove duplicate code. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 1 Oct 2019 21:50:30 +0000 (21:50 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 1 Oct 2019 21:50:30 +0000 (21:50 +0000)
commit5d5285a4bfa9b092dd99c3fafc28f87cb012c1c9
tree0ba2324cf2c1a6adcb604ac1c4a00bbe924c1773
parent3b45bb56b5c3420ec332133c15a3ff7eaaf72572
CGExprAgg - remove duplicate code. NFCI.

Remove duplicate getAs<> call, avoiding a clang static analyzer null dereference warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp