Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h LiveInterval.h LiveIntervalAnalysis.h MachineBasicBlock.h MachineConstantPool.h MachineFunction.h MachineInstr.h MachineJum

2006-12-17 Thread Bill Wendling
Hi Jeff (and everyone),

This was a mistake. I reverted this patch. I'm sorry that it snuck in  
there :-(

-bw

On Dec 16, 2006, at 9:58 PM, Jeff Cohen wrote:

 This also breaks VC++ as there is no declaration for  
 llvm::createGraphColoringRegisterAllocator().  As in, there isn't  
 one anywhere in LLVM that I can find.  I don't know how it compiles  
 with gcc.

 Bill Wendling wrote:
 Index: llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
 diff -u llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.3  
 llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.4
 --- llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.3 Tue  
 Aug  1 14:14:14 2006
 +++ llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h Sat Dec  
 16 23:15:12 2006
 @@ -31,6 +31,7 @@
(void) llvm::createSimpleRegisterAllocator();
(void) llvm::createLocalRegisterAllocator();
(void) llvm::createLinearScanRegisterAllocator();
 +  (void) llvm::createGraphColoringRegisterAllocator();
   (void) llvm::createBFS_DAGScheduler(NULL, NULL, NULL);
(void) llvm::createSimpleDAGScheduler(NULL, NULL, NULL);





___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h LiveInterval.h LiveIntervalAnalysis.h MachineBasicBlock.h MachineConstantPool.h MachineFunction.h MachineInstr.h MachineJum

2006-12-16 Thread Jeff Cohen
This also breaks VC++ as there is no declaration for 
llvm::createGraphColoringRegisterAllocator().  As in, there isn't one 
anywhere in LLVM that I can find.  I don't know how it compiles with gcc.

Bill Wendling wrote:
 Index: llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h
 diff -u llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.3 
 llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.4
 --- llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:1.3  Tue Aug  1 
 14:14:14 2006
 +++ llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h  Sat Dec 16 
 23:15:12 2006
 @@ -31,6 +31,7 @@
(void) llvm::createSimpleRegisterAllocator();
(void) llvm::createLocalRegisterAllocator();
(void) llvm::createLinearScanRegisterAllocator();
 +  (void) llvm::createGraphColoringRegisterAllocator();

(void) llvm::createBFS_DAGScheduler(NULL, NULL, NULL);
(void) llvm::createSimpleDAGScheduler(NULL, NULL, NULL);


   

___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits