diff options
author | Pete Cooper <peter_cooper@apple.com> | 2011-12-17 01:20:32 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2011-12-17 01:20:32 +0000 |
commit | ebf98c13042b0483b722a0877a3a82e581792db9 (patch) | |
tree | 38c9edf108c32561c3991c3a75455e3a38764e92 /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | 3cac132d05c7e81684ef9a771ddd2f6cfd539742 (diff) | |
download | bcm5719-llvm-ebf98c13042b0483b722a0877a3a82e581792db9.tar.gz bcm5719-llvm-ebf98c13042b0483b722a0877a3a82e581792db9.zip |
Refactor code used in InstCombine::FoldAndOfICmps to new file.
This will be used by SimplifyCfg in a later commit.
llvm-svn: 146803
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index d96f59c9820..d1aa59933cc 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -6,6 +6,7 @@ add_llvm_library(LLVMTransformUtils BuildLibCalls.cpp CloneFunction.cpp CloneModule.cpp + CmpInstAnalysis.cpp CodeExtractor.cpp DemoteRegToStack.cpp InlineFunction.cpp |