mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
753936602e
commit
f299da8ec3
@ -334,7 +334,7 @@ void RAFast::usePhysReg(MachineOperand &MO) {
|
|||||||
MO.setIsKill();
|
MO.setIsKill();
|
||||||
return;
|
return;
|
||||||
default:
|
default:
|
||||||
// The physreg was allocated to a virtual register. That means to value we
|
// The physreg was allocated to a virtual register. That means the value we
|
||||||
// wanted has been clobbered.
|
// wanted has been clobbered.
|
||||||
llvm_unreachable("Instruction uses an allocated register");
|
llvm_unreachable("Instruction uses an allocated register");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user