Files
clang-p2996/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
Simon Pilgrim 7b15865225 Fix "pointer is null" static analyzer warning. NFCI.
Use cast<> instead of dyn_cast<> since the pointer is always dereferenced and cast<> will perform the null assertion for us.
2020-01-15 12:18:11 +00:00

4.3 KiB