summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit5352454e6b6d10e6a37d47f424b2a00d5aa0c0ea (patch)
treea3b7473cb0cc0dcca6ed0ed854ff077a654f9eac /llvm/lib/CodeGen
parent94c0a9fe8e8a84e9c3760a2c330e3dfd1d84390f (diff)
downloadbcm5719-llvm-5352454e6b6d10e6a37d47f424b2a00d5aa0c0ea.tar.gz
bcm5719-llvm-5352454e6b6d10e6a37d47f424b2a00d5aa0c0ea.zip
Fix a comment (again).
llvm-svn: 71180
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 311c0e7ffc9..5ebecc3043e 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud