mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Fix a copy+pasto in an assertion string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46e7730c81
commit
90b58e0317
@ -407,7 +407,7 @@ private:
|
||||
void AddRegOperandToRegInfo(MachineRegisterInfo *RegInfo);
|
||||
|
||||
void RemoveRegOperandFromRegInfo() {
|
||||
assert(isOnRegUseList() && "Can only add reg operand to use lists");
|
||||
assert(isOnRegUseList() && "Reg operand is not on a use list");
|
||||
// Unlink this from the doubly linked list of operands.
|
||||
MachineOperand *NextOp = Contents.Reg.Next;
|
||||
*Contents.Reg.Prev = NextOp;
|
||||
|
Loading…
Reference in New Issue
Block a user