Address Eric's post-commit review of r245741. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246121
91177308-0d34-0410-b5e6-
96231b3b80d8
VNInfo *AddendValNo =
LIS->getInterval(MI->getOperand(1).getReg()).Query(FMAIdx).valueIn();
- if (!AddendValNo) {
- // This can be null if the register is undef.
+
+ // This can be null if the register is undef.
+ if (!AddendValNo)
continue;
- }
MachineInstr *AddendMI = LIS->getInstructionFromIndex(AddendValNo->def);