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).
Loading
Please sign in to comment
Use cast<> instead of dyn_cast<> since we know that the pointer should be valid (and is dereferenced immediately).