llvm-project
255b55c6 - [GlobalOpt] Use cast instead of dyn_cast. NFC (#144634)

Commit
142 days ago
[GlobalOpt] Use cast instead of dyn_cast. NFC (#144634) The dyn_cast was not checked for null, and the cast is guaranteed to succeed by an earlier check.
Author
Parents
Loading