summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-05-07 21:19:45 +0000
committerBob Wilson <bob.wilson@apple.com>2009-05-07 21:19:45 +0000
commit94c0a9fe8e8a84e9c3760a2c330e3dfd1d84390f (patch)
treef2e19ba3404d3820b55355567d4d9d69cc08a47b /llvm/lib/CodeGen
parent4bb6fa23cb51aacdf9faa4e7af01ea329cc8d742 (diff)
downloadbcm5719-llvm-94c0a9fe8e8a84e9c3760a2c330e3dfd1d84390f.tar.gz
bcm5719-llvm-94c0a9fe8e8a84e9c3760a2c330e3dfd1d84390f.zip
Fix a comment.
llvm-svn: 71179
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAllocLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLocal.cpp b/llvm/lib/CodeGen/RegAllocLocal.cpp
index 14346e90ed7..311c0e7ffc9 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/lib/CodeGen/RegAllocLocal.cpp
@@ -226,7 +226,7 @@ namespace {
unsigned getReg(MachineBasicBlock &MBB, MachineInstr *MI,
unsigned VirtReg, bool NoFree = false);
- /// 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
OpenPOWER on IntegriCloud