From: Chris Lattner Date: Mon, 28 Feb 2011 22:45:25 +0000 (+0000) Subject: update cmake X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e7200684b08379c7018a9546c8f1e874215db741;p=oota-llvm.git update cmake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 106fb8f3c83..89f5189496a 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -7,7 +7,6 @@ add_llvm_library(LLVMScalarOpts DCE.cpp DeadStoreElimination.cpp EarlyCSE.cpp - GEPSplitter.cpp GVN.cpp IndVarSimplify.cpp JumpThreading.cpp