Revert "IR: Fix an inverted assertion when replacing resolved operands"
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   IPA
3   Analysis
4   AsmParser
5   Core
6   Support
7   )
8
9 add_llvm_unittest(AnalysisTests
10   CallGraphTest.cpp
11   CFGTest.cpp
12   LazyCallGraphTest.cpp
13   ScalarEvolutionTest.cpp
14   MixedTBAATest.cpp
15   )