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

Bill Wendling isanbard at gmail.com
Sun Dec 17 03:24:00 PST 2006


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);
>>
>>
>>
>




More information about the llvm-commits mailing list