From: Douglas Gregor Date: Thu, 8 Oct 2009 21:24:34 +0000 (+0000) Subject: Update CMake build yet again after a source file was removed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c6f520be0dc1c0e1a45eab19c1049b89d3a4785b;p=oota-llvm.git Update CMake build yet again after a source file was removed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83575 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index d2333224f8f..2a8b639ebb2 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -21,7 +21,6 @@ add_llvm_library(LLVMAnalysis LoopDependenceAnalysis.cpp LoopInfo.cpp LoopPass.cpp - LoopVR.cpp MallocHelper.cpp MemoryDependenceAnalysis.cpp PointerTracking.cpp