[llvm-commits] [llvm] r64661 - /llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp
Bill Wendling
isanbard at gmail.com
Mon Feb 16 11:41:47 PST 2009
Author: void
Date: Mon Feb 16 13:41:47 2009
New Revision: 64661
URL: http://llvm.org/viewvc/llvm-project?rev=64661&view=rev
Log:
Fix comment.
Modified:
llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp
Modified: llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp?rev=64661&r1=64660&r2=64661&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp (original)
+++ llvm/branches/Apple/Dib/lib/CodeGen/VirtRegMap.cpp Mon Feb 16 13:41:47 2009
@@ -1278,7 +1278,7 @@
}
/// 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 '"
More information about the llvm-commits
mailing list