[llvm-commits] [llvm] r111744 - /llvm/trunk/lib/CodeGen/RegAllocFast.cpp
Eli Friedman
eli.friedman at gmail.com
Sat Aug 21 13:19:51 PDT 2010
Author: efriedma
Date: Sat Aug 21 15:19:51 2010
New Revision: 111744
URL: http://llvm.org/viewvc/llvm-project?rev=111744&view=rev
Log:
Delete dead comment.
Modified:
llvm/trunk/lib/CodeGen/RegAllocFast.cpp
Modified: llvm/trunk/lib/CodeGen/RegAllocFast.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocFast.cpp?rev=111744&r1=111743&r2=111744&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocFast.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocFast.cpp Sat Aug 21 15:19:51 2010
@@ -239,8 +239,7 @@
}
/// 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!");
More information about the llvm-commits
mailing list