mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 03:30:37 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236283 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4f66d25fc
commit
04a02922de
@ -333,7 +333,7 @@ bool MachineVerifier::runOnMachineFunction(MachineFunction &MF) {
|
||||
const MachineInstr &MI = *MBBI;
|
||||
const MachineOperand &Op = MI.getOperand(I);
|
||||
if (Op.getParent() != &MI) {
|
||||
// Make sure to use correct addOperand / RmeoveOperand / ChangeTo
|
||||
// Make sure to use correct addOperand / RemoveOperand / ChangeTo
|
||||
// functions when replacing operands of a MachineInstr.
|
||||
report("Instruction has operand with wrong parent set", &MI);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user