X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FCMakeLists.txt;h=0c595827bd7549c2f186dc26aaf638518eb89607;hb=09aa3f0ef35d9241c92439d74b8d5e9a81d814c2;hp=5294550514ab2fe9dd24fcad79830aa076ba2f70;hpb=3e26c3c7d4c652811ab1ec5bd0f2a749c372709b;p=oota-llvm.git diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 5294550514a..0c595827bd7 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -11,6 +11,7 @@ add_llvm_library(LLVMAnalysis ConstantFolding.cpp DbgInfoPrinter.cpp DebugInfo.cpp + DIBuilder.cpp DomPrinter.cpp IVUsers.cpp InlineCost.cpp @@ -40,6 +41,7 @@ add_llvm_library(LLVMAnalysis ProfileInfoLoaderPass.cpp ProfileVerifierPass.cpp RegionInfo.cpp + RegionPass.cpp RegionPrinter.cpp ScalarEvolution.cpp ScalarEvolutionAliasAnalysis.cpp