diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5d15746c0f..757d3ed021 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -26,6 +26,7 @@ add_llvm_library(LLVMCodeGen MachineRegisterInfo.cpp MachineSink.cpp OcamlGC.cpp + PBQP.cpp PHIElimination.cpp Passes.cpp PostRASchedulerList.cpp @@ -34,6 +35,7 @@ add_llvm_library(LLVMCodeGen RegAllocBigBlock.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp + RegAllocPBQP.cpp RegAllocSimple.cpp RegisterCoalescer.cpp RegisterScavenging.cpp |