diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-02 02:49:43 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-02 02:49:43 +0000 |
commit | 70b967f60ef497a35bba54053e95a014d4cb6498 (patch) | |
tree | ec4c06228ccb19d9bc75f7bd444611fee09f971c | |
parent | 2730339da956c0f56161c125741918c245caae16 (diff) | |
download | external_llvm-70b967f60ef497a35bba54053e95a014d4cb6498.zip external_llvm-70b967f60ef497a35bba54053e95a014d4cb6498.tar.gz external_llvm-70b967f60ef497a35bba54053e95a014d4cb6498.tar.bz2 |
Add file to CMakeLists.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97545 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 62cf339..d385b86 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 |