[llvm-commits] [llvm] r71180 - /llvm/trunk/lib/CodeGen/RegAllocLocal.cpp

Bob Wilson bob.wilson at apple.com
Thu May 7 14:20:42 PDT 2009


Author: bwilson
Date: Thu May  7 16:20:42 2009
New Revision: 71180

URL: http://llvm.org/viewvc/llvm-project?rev=71180&view=rev
Log:
Fix a comment (again).

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=71180&r1=71179&r2=71180&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocLocal.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocLocal.cpp Thu May  7 16:20:42 2009
@@ -464,7 +464,7 @@
 }
 
 
-/// 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





More information about the llvm-commits mailing list