[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
Jeff Cohen
jeffc at jolt-lang.org
Sat Dec 16 21:58:37 PST 2006
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