From 30db22f3c90bd6bbb03750818a5b38798ad6a2ca Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 8 Oct 2010 02:30:03 +0000 Subject: [PATCH] Update CMake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116034 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt index 85fc87f0011..3f4ceb4b774 100644 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ b/lib/Transforms/Scalar/CMakeLists.txt @@ -12,7 +12,6 @@ add_llvm_library(LLVMScalarOpts JumpThreading.cpp LICM.cpp LoopDeletion.cpp - LoopIndexSplit.cpp LoopRotation.cpp LoopStrengthReduce.cpp LoopUnrollPass.cpp