[llvm-commits] [llvm] r71179 - /llvm/trunk/lib/CodeGen/RegAllocLocal.cpp
Bob Wilson
bob.wilson at apple.com
Thu May 7 14:19:49 PDT 2009
Author: bwilson
Date: Thu May 7 16:19:45 2009
New Revision: 71179
URL: http://llvm.org/viewvc/llvm-project?rev=71179&view=rev
Log:
Fix a comment.
Modified:
llvm/trunk/lib/CodeGen/RegAllocLocal.cpp
Modified: llvm/trunk/lib/CodeGen/RegAllocLocal.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocLocal.cpp?rev=71179&r1=71178&r2=71179&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocLocal.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocLocal.cpp Thu May 7 16:19:45 2009
@@ -226,7 +226,7 @@
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
More information about the llvm-commits
mailing list