summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-08 03:26:16 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-08 03:26:16 +0000
commitb8812a1c15dad4efcba6c05f2d4dc8c37174b55d (patch)
tree7debc0d3d3dc0b71e04bcef9e78d583c5eade5b1 /llvm/lib/CodeGen/CMakeLists.txt
parent7a05f00ade88598eed4791a349c62535174725ce (diff)
downloadbcm5719-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.txt1
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
OpenPOWER on IntegriCloud