MachineVerifier: Don't crash if MachineOperand has no parent
If you somehow added a MachineOperand to an instruction that did not have the parent set, the verifier would crash since it attempts to use the operand's parent. llvm-svn: 236249
Loading
Please sign in to comment