diff options
| author | Ted Kremenek <kremenek@apple.com> | 2009-11-23 17:26:04 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2009-11-23 17:26:04 +0000 |
| commit | 9b6515794f144de625a22e64fa349e685e9fbc65 (patch) | |
| tree | 81a0c4ae3fa9ea9bb93a772ee78933fa71ca9965 /llvm/lib/CodeGen/SelectionDAG | |
| parent | 22e2e5c423f5981527b2f4c81bf14824ac0e6a16 (diff) | |
| download | bcm5719-llvm-9b6515794f144de625a22e64fa349e685e9fbc65.tar.gz bcm5719-llvm-9b6515794f144de625a22e64fa349e685e9fbc65.zip | |
Update CMake file.
llvm-svn: 89671
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index c766859ae9c..9076f85b1b8 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -2,6 +2,7 @@ add_llvm_library(LLVMSelectionDAG CallingConvLower.cpp DAGCombiner.cpp FastISel.cpp + FunctionLoweringInfo.cpp InstrEmitter.cpp LegalizeDAG.cpp LegalizeFloatTypes.cpp |

