summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-08-21 20:19:51 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-08-21 20:19:51 +0000
commitac305d2024318de1ee291fd360c210583b6ea79e (patch)
treee26ca4c8ab3fa2d39378f5713fdedc8cc0bfebf5 /llvm/lib/CodeGen/RegAllocFast.cpp
parent2cf205ff230b0aaf27b970edd5119b5b678bff11 (diff)
downloadbcm5719-llvm-ac305d2024318de1ee291fd360c210583b6ea79e.tar.gz
bcm5719-llvm-ac305d2024318de1ee291fd360c210583b6ea79e.zip
Delete dead comment.
llvm-svn: 111744
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocFast.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocFast.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAllocFast.cpp b/llvm/lib/CodeGen/RegAllocFast.cpp
index 1367a22e806..8f6496dcac7 100644
--- a/llvm/lib/CodeGen/RegAllocFast.cpp
+++ b/llvm/lib/CodeGen/RegAllocFast.cpp
@@ -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!");
OpenPOWER on IntegriCloud