[llvm-commits] CVS: llvm/include/llvm/CodeGen/Passes.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 21:13:32 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

Passes.h updated: 1.20 -> 1.21
---
Log message:

Remove a prototype


---
Diffs of the changes:  (+0 -5)

 Passes.h |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/include/llvm/CodeGen/Passes.h
diff -u llvm/include/llvm/CodeGen/Passes.h:1.20 llvm/include/llvm/CodeGen/Passes.h:1.21
--- llvm/include/llvm/CodeGen/Passes.h:1.20	Sun May  1 11:14:34 2005
+++ llvm/include/llvm/CodeGen/Passes.h	Sun Oct 23 23:13:21 2005
@@ -70,11 +70,6 @@
   ///
   FunctionPass *createLinearScanRegisterAllocator();
 
-  /// IterativeScanRegisterAllocation Pass - This pass implements the iterative
-  /// scan register allocation algorithm, a global register allocator.
-  ///
-  FunctionPass *createIterativeScanRegisterAllocator();
-
   /// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
   /// and eliminates abstract frame references.
   ///






More information about the llvm-commits mailing list