Skip to content

Commit 7639967

Browse files
author
Jim Grosbach
committed
fix typo
llvm-svn: 109511
1 parent f159085 commit 7639967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/VirtRegRewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ bool LocalRewriter::InsertSpills(MachineInstr *MI) {
18641864

18651865

18661866
/// rewriteMBB - Keep track of which spills are available even after the
1867-
/// register allocator is done with them. If possible, avid reloading vregs.
1867+
/// register allocator is done with them. If possible, avoid reloading vregs.
18681868
void
18691869
LocalRewriter::RewriteMBB(LiveIntervals *LIs,
18701870
AvailableSpills &Spills, BitVector &RegKills,

0 commit comments

Comments
 (0)