X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FUtils%2FCMakeLists.txt;h=b71628bcb28ea26ac6a5c6704491fd4d6720b5eb;hb=da2ed458b4e7066fc414c403173b882ccc2c8833;hp=d68bf0291011e70997479c5359c35be03c2122be;hpb=894788144493f0621f2821dc730f11a2bd7eaaf5;p=oota-llvm.git diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index d68bf029101..b71628bcb28 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -1,29 +1,36 @@ add_llvm_library(LLVMTransformUtils - AddrModeMatcher.cpp BasicBlockUtils.cpp - BasicInliner.cpp BreakCriticalEdges.cpp + BuildLibCalls.cpp + BypassSlowDivision.cpp CloneFunction.cpp - CloneLoop.cpp CloneModule.cpp - CloneTrace.cpp + CmpInstAnalysis.cpp CodeExtractor.cpp DemoteRegToStack.cpp - InlineCost.cpp InlineFunction.cpp + InstructionNamer.cpp + IntegerDivision.cpp LCSSA.cpp Local.cpp LoopSimplify.cpp - LowerAllocations.cpp + LoopUnroll.cpp + LoopUnrollRuntime.cpp + LowerExpectIntrinsic.cpp LowerInvoke.cpp LowerSwitch.cpp Mem2Reg.cpp + MetaRenamer.cpp + ModuleUtils.cpp PromoteMemoryToRegister.cpp + SSAUpdater.cpp SimplifyCFG.cpp + SimplifyIndVar.cpp + SimplifyInstructions.cpp + SimplifyLibCalls.cpp UnifyFunctionExitNodes.cpp - UnrollLoop.cpp + Utils.cpp ValueMapper.cpp - InstructionNamer.cpp ) -target_link_libraries (LLVMTransformUtils LLVMSupport) +add_dependencies(LLVMTransformUtils intrinsics_gen)