From af5097537c4599096d3f4b98a9fcff07c622d7f2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 21 Apr 2010 01:32:29 +0000 Subject: [PATCH] Update CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101976 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 62d18836c93..98024231054 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMCodeGen + Analysis.cpp AggressiveAntiDepBreaker.cpp BranchFolding.cpp CalcSpillWeights.cpp -- 2.34.1