From: Chris Lattner Date: Mon, 4 Jan 2010 07:19:55 +0000 (+0000) Subject: update cmakefile X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a766e19705df9e2005cb0b6e09ea9d1d9e237cdc;p=oota-llvm.git update cmakefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/CMakeLists.txt b/lib/Transforms/InstCombine/CMakeLists.txt index 20eb032459e..665903064a5 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)