diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-02-13 02:16:35 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-02-13 02:16:35 +0000 |
| commit | 65c0fd4c44d2a76acc92b3d68f11d513459ad9c3 (patch) | |
| tree | ee90d0fedbe2b42d23be557950a18f096217d73f /llvm/lib/CodeGen/VirtRegMap.cpp | |
| parent | 1c21ac3066225937c2e2deed4869e4b6902c7d0a (diff) | |
| download | bcm5719-llvm-65c0fd4c44d2a76acc92b3d68f11d513459ad9c3.tar.gz bcm5719-llvm-65c0fd4c44d2a76acc92b3d68f11d513459ad9c3.zip | |
Revert this. It was breaking stuff.
llvm-svn: 64428
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index f758cc62cf4..f288dcc87cf 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/lib/CodeGen/VirtRegMap.cpp @@ -1278,7 +1278,7 @@ void LocalSpiller::TransferDeadness(MachineBasicBlock *MBB, unsigned CurDist, } /// rewriteMBB - Keep track of which spills are available even after the -/// register allocator is done with them. If possible, avoid reloading vregs. +/// register allocator is done with them. If possible, avid reloading vregs. void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM, AvailableSpills &Spills) { DOUT << "\n**** Local spiller rewriting MBB '" |

