diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 22:39:14 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 22:39:14 +0000 |
| commit | b4b12535e892e45e38718a842fd955efb24807c9 (patch) | |
| tree | 30c48ccb4f8ed6e9cee828bb0dd01eb496f732b0 /llvm/lib/Transforms/InstCombine | |
| parent | 18811d503d49db4b5573efa9a054e0996d975735 (diff) | |
| download | bcm5719-llvm-b4b12535e892e45e38718a842fd955efb24807c9.tar.gz bcm5719-llvm-b4b12535e892e45e38718a842fd955efb24807c9.zip | |
Removed a bunch of unnecessary target_link_libraries.
llvm-svn: 114999
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/CMakeLists.txt b/llvm/lib/Transforms/InstCombine/CMakeLists.txt index 5b1ff3e23bb..d070ccc0d63 100644 --- a/llvm/lib/Transforms/InstCombine/CMakeLists.txt +++ b/llvm/lib/Transforms/InstCombine/CMakeLists.txt @@ -13,5 +13,3 @@ add_llvm_library(LLVMInstCombine InstCombineSimplifyDemanded.cpp InstCombineVectorOps.cpp ) - -target_link_libraries (LLVMInstCombine LLVMTransformUtils) |

