diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-08 03:26:16 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-08 03:26:16 +0000 |
| commit | b8812a1c15dad4efcba6c05f2d4dc8c37174b55d (patch) | |
| tree | 7debc0d3d3dc0b71e04bcef9e78d583c5eade5b1 /llvm/lib/CodeGen/CMakeLists.txt | |
| parent | 7a05f00ade88598eed4791a349c62535174725ce (diff) | |
| download | bcm5719-llvm-b8812a1c15dad4efcba6c05f2d4dc8c37174b55d.tar.gz bcm5719-llvm-b8812a1c15dad4efcba6c05f2d4dc8c37174b55d.zip | |
Stub out RegAllocGreedy.
This new register allocator is initially identical to RegAllocBasic, but it will
receive all of the tricks that RegAllocBasic won't get.
RegAllocGreedy will eventually replace linear scan.
llvm-svn: 121234
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 2f6d60ff5e8..b5c1ff7f563 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -61,6 +61,7 @@ add_llvm_library(LLVMCodeGen PseudoSourceValue.cpp RegAllocBasic.cpp RegAllocFast.cpp + RegAllocGreedy.cpp RegAllocLinearScan.cpp RegAllocPBQP.cpp RegisterCoalescer.cpp |

