mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 13:40:30 +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();
|
||||
return;
|
||||
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.
|
||||
llvm_unreachable("Instruction uses an allocated register");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user