Remove unnecessary null check. NFC.
Since both places which set this variable do so with dyn_cast, and not dyn_cast_or_null, its impossible to get a nullptr here, so we can remove the check. llvm-svn: 243167
Loading
Please register or sign in to comment