diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-04 07:19:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-04 07:19:55 +0000 |
commit | 88e851890584ce6fed2a68011db646adb0f76a05 (patch) | |
tree | 3da9f516b2a70416cb67390c50d47b96718f69a1 /lib | |
parent | c1cea3ff3b8bb39a878d06c828ee852fb1d12f6f (diff) | |
download | external_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.txt | 1 |
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) |