Don't dereference from a dyn_cast<>. NFCI.
Use cast<> instead which will assert if it fails and not just return null. Fixes clang static analyzer warning.
Loading
Please sign in to comment
Use cast<> instead which will assert if it fails and not just return null. Fixes clang static analyzer warning.