diff options
author | Craig Topper <craig.topper@intel.com> | 2017-08-14 19:09:32 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-08-14 19:09:32 +0000 |
commit | 69fa8e0d99177045e5ad3bef42360c635736c428 (patch) | |
tree | e2950fb3e5fe4cd4229e6d01624f82b80cdd8937 /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | 9c7b881677f65fce8cfbc6ec70c44790576b6ea5 (diff) | |
download | bcm5719-llvm-69fa8e0d99177045e5ad3bef42360c635736c428.tar.gz bcm5719-llvm-69fa8e0d99177045e5ad3bef42360c635736c428.zip |
Revert r310869 "[InstSimplify][InstCombine] Modify the interface of decomposeBitTestICmp and use it in the InstSimplify"
Failed to add the two files that moved. And then added an extra change I didn't mean to while trying to fix that. Reverting everything.
llvm-svn: 310873
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 8561ec78b1c..83bc05d0311 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMTransformUtils BypassSlowDivision.cpp CloneFunction.cpp CloneModule.cpp + CmpInstAnalysis.cpp CodeExtractor.cpp CtorUtils.cpp DemoteRegToStack.cpp |