summaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegRewriter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-07-27 17:14:29 +0000
committerJim Grosbach <grosbach@apple.com>2010-07-27 17:14:29 +0000
commitae64eedae2531b8c0cbd2d8a415cffa3cd33cb13 (patch)
tree839d6424f40c379ec84fa36242d5fe83a6bc8b11 /lib/CodeGen/VirtRegRewriter.cpp
parenta292b2f49f1557f234e9fa987da690c6d24118e5 (diff)
downloadllvm-ae64eedae2531b8c0cbd2d8a415cffa3cd33cb13.tar.gz
llvm-ae64eedae2531b8c0cbd2d8a415cffa3cd33cb13.tar.bz2
llvm-ae64eedae2531b8c0cbd2d8a415cffa3cd33cb13.tar.xz
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegRewriter.cpp')
-rw-r--r--lib/CodeGen/VirtRegRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegRewriter.cpp b/lib/CodeGen/VirtRegRewriter.cpp
index 3b283e9b03..fc2498d2c8 100644
--- a/lib/CodeGen/VirtRegRewriter.cpp
+++ b/lib/CodeGen/VirtRegRewriter.cpp
@@ -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,