[llvm-commits] [llvm] r109511 - /llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp
Jim Grosbach
grosbach at apple.com
Tue Jul 27 10:14:29 PDT 2010
Author: grosbach
Date: Tue Jul 27 12:14:29 2010
New Revision: 109511
URL: http://llvm.org/viewvc/llvm-project?rev=109511&view=rev
Log:
fix typo
Modified:
llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp
Modified: llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp?rev=109511&r1=109510&r2=109511&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp (original)
+++ llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp Tue Jul 27 12:14:29 2010
@@ -1864,7 +1864,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
LocalRewriter::RewriteMBB(LiveIntervals *LIs,
AvailableSpills &Spills, BitVector &RegKills,
More information about the llvm-commits
mailing list