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 | 1dd31c78140c6b4eef9665dfe116c567db9da879 (patch) | |
tree | 7d99df6a02af4f42c71835548afe0219e3dfa0b7 /llvm/lib/CodeGen | |
parent | 0b26a616ebf064e0b9d12c0b68bb66a641a16031 (diff) | |
download | bcm5719-llvm-1dd31c78140c6b4eef9665dfe116c567db9da879.tar.gz bcm5719-llvm-1dd31c78140c6b4eef9665dfe116c567db9da879.zip |
Add file to CMakeLists.txt
llvm-svn: 97545
Diffstat (limited to 'llvm/lib/CodeGen')
-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 62cf33900d6..d385b860d86 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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 |