fix typo
authorJim Grosbach <grosbach@apple.com>
Tue, 27 Jul 2010 17:14:29 +0000 (17:14 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 27 Jul 2010 17:14:29 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/VirtRegRewriter.cpp

index 3b283e9b037ed4336e9f96c102cf92afe1fc641e..fc2498d2c899911d06e341a04d4d545f0606cf1c 100644 (file)
@@ -1864,7 +1864,7 @@ bool LocalRewriter::InsertSpills(MachineInstr *MI) {
 
 
 /// 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,