[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLocal.cpp

Brian Gaeke gaeke at niobe.cs.uiuc.edu
Fri Aug 15 16:20:02 PDT 2003


Changes in directory llvm/lib/CodeGen:

RegAllocLocal.cpp updated: 1.24 -> 1.25

---
Log message:

Fix typo in comment


---
Diffs of the changes:

Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.24 llvm/lib/CodeGen/RegAllocLocal.cpp:1.25
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.24	Wed Aug 13 13:18:12 2003
+++ llvm/lib/CodeGen/RegAllocLocal.cpp	Fri Aug 15 16:19:25 2003
@@ -475,7 +475,7 @@
       for (unsigned i = 0; ImplicitUses[i]; ++i)
         MarkPhysRegRecentlyUsed(ImplicitUses[i]);
 
-    // Get the used operands into registers.  This has the potiential to spill
+    // Get the used operands into registers.  This has the potential to spill
     // incoming values if we are out of registers.  Note that we completely
     // ignore physical register uses here.  We assume that if an explicit
     // physical register is referenced by the instruction, that it is guaranteed





More information about the llvm-commits mailing list