diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-02-13 02:01:04 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-02-13 02:01:04 +0000 |
| commit | 1c21ac3066225937c2e2deed4869e4b6902c7d0a (patch) | |
| tree | f9e0ea79e8497b508b31bdd3f3f1fd62577026c0 /llvm/lib/CodeGen/VirtRegMap.cpp | |
| parent | 17d541d40cbb16ee009be6f7f7221ac798f78425 (diff) | |
| download | bcm5719-llvm-1c21ac3066225937c2e2deed4869e4b6902c7d0a.tar.gz bcm5719-llvm-1c21ac3066225937c2e2deed4869e4b6902c7d0a.zip | |
Turn off the old way of handling debug information in the code generator. Use
the new way, where all of the information is passed on SDNodes and machine
instructions.
llvm-svn: 64427
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 f288dcc87cf..f758cc62cf4 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, avid reloading vregs. +/// register allocator is done with them. If possible, avoid reloading vregs. void LocalSpiller::RewriteMBB(MachineBasicBlock &MBB, VirtRegMap &VRM, AvailableSpills &Spills) { DOUT << "\n**** Local spiller rewriting MBB '" |

