aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-05-07 21:20:42 +0000
committerBob Wilson <bob.wilson@apple.com>2009-05-07 21:20:42 +0000
commit219866c4588318c77387bb64eb2a91f728cd183a (patch)
tree6b2d8d191435fd636320c9c21e88134855ff66e2
parentd983fb418f8ba28824a7c0632460ac5513800d34 (diff)
downloadexternal_llvm-219866c4588318c77387bb64eb2a91f728cd183a.zip
external_llvm-219866c4588318c77387bb64eb2a91f728cd183a.tar.gz
external_llvm-219866c4588318c77387bb64eb2a91f728cd183a.tar.bz2
Fix a comment (again).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71180 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/RegAllocLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp
index 311c0e7..5ebecc3 100644
--- a/lib/CodeGen/RegAllocLocal.cpp
+++ b/lib/CodeGen/RegAllocLocal.cpp
@@ -464,7 +464,7 @@ unsigned RALocal::getReg(MachineBasicBlock &MBB, MachineInstr *I,
}
-/// reloadVirtReg - This method transforms the specified specified virtual
+/// reloadVirtReg - This method transforms the specified virtual
/// register use to refer to a physical register. This method may do this in
/// one of several ways: if the register is available in a physical register
/// already, it uses that physical register. If the value is not in a physical