Fix a comment.
authorBob Wilson <bob.wilson@apple.com>
Thu, 7 May 2009 21:19:45 +0000 (21:19 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 7 May 2009 21:19:45 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71179 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLocal.cpp

index 14346e90ed771e0fa27736166b4cd006427dc806..311c0e7ffc90832fa267e865aca0747d8c14296f 100644 (file)
@@ -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