diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-05-07 21:19:45 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-05-07 21:19:45 +0000 |
commit | e0f745b54e1e54f67e3419ea976736817b61e1ed (patch) | |
tree | da37a26e87a91f40421e01f21095c5b86e57a86e /lib/CodeGen/RegAllocLocal.cpp | |
parent | 9a38e3e3991ea443e555d8060f91202a786acdd4 (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 14346e90ed..311c0e7ffc 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/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 |