[InstCombine] Signed saturation patterns
[llvm-core.git] / unittests / Transforms / IPO / CMakeLists.txt
blobee33a5fcd1b39aed74bec730d30c0c945e45e776
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   IPO
5   )
7 add_llvm_unittest(IPOTests
8   LowerTypeTests.cpp
9   WholeProgramDevirt.cpp
10   )