Fix "pointer is null" static analyzer warning. NFCI.
Use cast<> instead of dyn_cast<> since we know that the pointer should be valid (and is dereferenced immediately).
parent
a5bdada0
Please register or sign in to comment
Use cast<> instead of dyn_cast<> since we know that the pointer should be valid (and is dereferenced immediately).