Handle unreachable code in the dominates functions. This changes users when
[oota-llvm.git] / unittests / CMakeLists.txt
index 60423f25c25a41b591997e0809191c44c5e14085..ce0f5cd8226136882846a69b36ba4a462b571781 100644 (file)
@@ -139,6 +139,7 @@ set(VMCoreSources
   VMCore/PassManagerTest.cpp
   VMCore/ValueMapTest.cpp
   VMCore/VerifierTest.cpp
+  VMCore/DominatorTreeTest.cpp
   )
 
 # MSVC9 and 8 cannot compile ValueMapTest.cpp due to their bug.