Reverts wrong modification to MachineBlockPlacement & BranchFolding; uses a new strat...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / CMakeLists.txt
1 add_llvm_library(LLVMSelectionDAG
2   DAGCombiner.cpp
3   FastISel.cpp
4   FunctionLoweringInfo.cpp
5   InstrEmitter.cpp
6   LegalizeDAG.cpp
7   LegalizeFloatTypes.cpp
8   LegalizeIntegerTypes.cpp
9   LegalizeTypes.cpp
10   LegalizeTypesGeneric.cpp
11   LegalizeVectorOps.cpp
12   LegalizeVectorTypes.cpp
13   ResourcePriorityQueue.cpp
14   ScheduleDAGFast.cpp
15   ScheduleDAGRRList.cpp
16   ScheduleDAGSDNodes.cpp
17   SelectionDAG.cpp
18   SelectionDAGBuilder.cpp
19   SelectionDAGDumper.cpp
20   SelectionDAGISel.cpp
21   SelectionDAGPrinter.cpp
22   StatepointLowering.cpp
23   ScheduleDAGVLIW.cpp
24   TargetLowering.cpp
25   TargetSelectionDAGInfo.cpp
26   )
27
28 add_dependencies(LLVMSelectionDAG intrinsics_gen)