mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
Delete dead comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
699647cabc
commit
24a1182184
@ -239,8 +239,7 @@ void RAFast::killVirtReg(unsigned VirtReg) {
|
||||
}
|
||||
|
||||
/// spillVirtReg - This method spills the value specified by VirtReg into the
|
||||
/// corresponding stack slot if needed. If isKill is set, the register is also
|
||||
/// killed.
|
||||
/// corresponding stack slot if needed.
|
||||
void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg) {
|
||||
assert(TargetRegisterInfo::isVirtualRegister(VirtReg) &&
|
||||
"Spilling a physical register is illegal!");
|
||||
|
Loading…
Reference in New Issue
Block a user