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

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Jul 21 10:23:54 PDT 2004



Changes in directory llvm/lib/CodeGen:

RegAllocIterativeScan.cpp updated: 1.4 -> 1.5

---
Log message:

Fix analysis name.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/CodeGen/RegAllocIterativeScan.cpp
diff -u llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.4 llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.5
--- llvm/lib/CodeGen/RegAllocIterativeScan.cpp:1.4	Wed Jul 21 07:00:10 2004
+++ llvm/lib/CodeGen/RegAllocIterativeScan.cpp	Wed Jul 21 12:23:44 2004
@@ -65,7 +65,7 @@
 
     public:
         virtual const char* getPassName() const {
-            return "Linear Scan Register Allocator";
+            return "Iterative Scan Register Allocator";
         }
 
         virtual void getAnalysisUsage(AnalysisUsage &AU) const {





More information about the llvm-commits mailing list