[MIPS] Mips16DAGToDAGISel::selectAddr - Use cast<> instead of dyn_cast<> to...
[MIPS] Mips16DAGToDAGISel::selectAddr - Use cast<> instead of dyn_cast<> to avoid dereference of nullptr The pointer is always dereferenced immediately below, so assert the cast is correct instead of returning nullptr
parent
2bc57d85
Please register or sign in to comment