diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2010-08-21 20:19:51 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2010-08-21 20:19:51 +0000 |
| commit | 5e9235bdd10f22cee033714709ddb1f580a3809f (patch) | |
| tree | d9af0087d12de5361cdf109c00a53b9a6e052a27 /lib/CodeGen/RegAllocFast.cpp | |
| parent | a79ae7381b05a4359b37faaedbdbfa0d815860e3 (diff) | |
| download | external_llvm-5e9235bdd10f22cee033714709ddb1f580a3809f.zip external_llvm-5e9235bdd10f22cee033714709ddb1f580a3809f.tar.gz external_llvm-5e9235bdd10f22cee033714709ddb1f580a3809f.tar.bz2 | |
Delete dead comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocFast.cpp')
| -rw-r--r-- | lib/CodeGen/RegAllocFast.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAllocFast.cpp b/lib/CodeGen/RegAllocFast.cpp index 1367a22..8f6496d 100644 --- a/lib/CodeGen/RegAllocFast.cpp +++ b/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!"); |
