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

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Oct 2 12:18:02 PDT 2003


Changes in directory llvm/include/llvm/CodeGen:

Passes.h updated: 1.3.2.4 -> 1.3.2.5

---
Log message:

Merge-in from main


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/Passes.h
diff -u llvm/include/llvm/CodeGen/Passes.h:1.3.2.4 llvm/include/llvm/CodeGen/Passes.h:1.3.2.5
--- llvm/include/llvm/CodeGen/Passes.h:1.3.2.4	Thu Oct  2 02:26:01 2003
+++ llvm/include/llvm/CodeGen/Passes.h	Thu Oct  2 12:17:03 2003
@@ -19,7 +19,9 @@
 //
 extern const PassInfo *PHIEliminationID;
 
-enum RegAllocName { simple, local, linearscan };
+/// Creates a register allocator as the user specified on the command
+/// line.
+FunctionPass *createRegisterAllocator();
 
 /// SimpleRegisterAllocation Pass - This pass converts the input machine code
 /// from SSA form to use explicit registers by spilling every register.  Wow,





More information about the llvm-commits mailing list