From: Benjamin Kramer Date: Wed, 29 Sep 2010 19:39:50 +0000 (+0000) Subject: Remove PointerTracking from cmakelists … X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f513ab8b77cd5e7dcd41a8700ff0d1a08c76b059;p=oota-llvm.git Remove PointerTracking from cmakelists … git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115076 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index e8c2573e4dc..947fcc4460d 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -32,7 +32,6 @@ add_llvm_library(LLVMAnalysis MemoryDependenceAnalysis.cpp ModuleDebugInfoPrinter.cpp PHITransAddr.cpp - PointerTracking.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp