Delete dead comment.

llvm-svn: 111744
This commit is contained in:
Eli Friedman 2010-08-21 20:19:51 +00:00
parent 2cf205ff23
commit ac305d2024
1 changed files with 1 additions and 2 deletions

View File

@ -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!");