From: Eric Christopher Date: Tue, 2 Mar 2010 02:49:43 +0000 (+0000) Subject: Add file to CMakeLists.txt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7b2c9e6a30530b6c4496f3a511f9d821ecb83b69;p=oota-llvm.git Add file to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 62cf33900d6..d385b860d86 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -22,6 +22,7 @@ add_llvm_library(LLVMCodeGen LiveVariables.cpp LowerSubregs.cpp MachineBasicBlock.cpp + MachineCSE.cpp MachineDominators.cpp MachineFunction.cpp MachineFunctionAnalysis.cpp