aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-04 07:19:55 +0000
committerChris Lattner <sabre@nondot.org>2010-01-04 07:19:55 +0000
commit88e851890584ce6fed2a68011db646adb0f76a05 (patch)
tree3da9f516b2a70416cb67390c50d47b96718f69a1 /lib
parentc1cea3ff3b8bb39a878d06c828ee852fb1d12f6f (diff)
downloadexternal_llvm-88e851890584ce6fed2a68011db646adb0f76a05.zip
external_llvm-88e851890584ce6fed2a68011db646adb0f76a05.tar.gz
external_llvm-88e851890584ce6fed2a68011db646adb0f76a05.tar.bz2
update cmakefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/InstCombine/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/InstCombine/CMakeLists.txt b/lib/Transforms/InstCombine/CMakeLists.txt
index 20eb032..6659030 100644
--- a/lib/Transforms/InstCombine/CMakeLists.txt
+++ b/lib/Transforms/InstCombine/CMakeLists.txt
@@ -1,5 +1,6 @@
add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
+ InstCombineSimplifyDemanded.cpp
)
target_link_libraries (LLVMInstCombine LLVMTransformUtils)