[StackMaps] Allow the target to pre-process the live-out mask
[oota-llvm.git] / lib / CodeGen / MachineRegisterInfo.cpp
index aba9e5c986d5f3ec66204c227f40b6d1f399e5e1..86bb34be3fe897510de3b0d9e7deb32aa5609faa 100644 (file)
@@ -129,6 +129,7 @@ void MachineRegisterInfo::verifyUseList(unsigned Reg) const {
              << " use list MachineOperand " << MO
              << " has no parent instruction.\n";
       Valid = false;
+      continue;
     }
     MachineOperand *MO0 = &MI->getOperand(0);
     unsigned NumOps = MI->getNumOperands();