summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit7639967e6c3c37b61c3f2f4c40bbe7207d1bf20a (patch)
treec9d8f2a5a8ad1d7a84dc336990c79d7dc79445ab /llvm/lib/CodeGen/VirtRegRewriter.cpp
parentf1590854148455d9f7c74c95760a4d07f483669d (diff)
downloadbcm5719-llvm-7639967e6c3c37b61c3f2f4c40bbe7207d1bf20a.tar.gz
bcm5719-llvm-7639967e6c3c37b61c3f2f4c40bbe7207d1bf20a.zip
fix typo
llvm-svn: 109511
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegRewriter.cpp')
-rw-r--r--llvm/lib/CodeGen/VirtRegRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegRewriter.cpp b/llvm/lib/CodeGen/VirtRegRewriter.cpp
index 3b283e9b037..fc2498d2c89 100644
--- a/llvm/lib/CodeGen/VirtRegRewriter.cpp
+++ b/llvm/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,
OpenPOWER on IntegriCloud