[SLP] remove dead null check; NFC
We cast<> to Instruction (not dyn_cast<>), so we already required/assumed that Cmp is not null.
Loading
Please register or sign in to comment
We cast<> to Instruction (not dyn_cast<>), so we already required/assumed that Cmp is not null.