update cmakefile
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:19:55 +0000 (07:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:19:55 +0000 (07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92466 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/CMakeLists.txt

index 20eb032459e9aa53f4ad7b9beee6f6a57349ec7d..665903064a53d3d521280e36129521791771fb3e 100644 (file)
@@ -1,5 +1,6 @@
 add_llvm_library(LLVMInstCombine
   InstructionCombining.cpp
+  InstCombineSimplifyDemanded.cpp
   )
 
 target_link_libraries (LLVMInstCombine LLVMTransformUtils)