From 092c5ccf5bdcaa53151645e5628cec77fcf4062b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 30 Mar 2012 16:46:21 +0000 Subject: Handle unreachable code in the dominates functions. This changes users when needed for correctness, but still doesn't clean up code that now unnecessary checks for reachability. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153755 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/CMakeLists.txt') diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 60423f25c2..ce0f5cd822 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -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. -- cgit v1.2.3