Fix CMake build by removing this now dead file.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
1 add_llvm_library(LLVMCodeGen
2   AggressiveAntiDepBreaker.cpp
3   AllocationOrder.cpp
4   Analysis.cpp
5   BranchFolding.cpp
6   CalcSpillWeights.cpp
7   CallingConvLower.cpp
8   CodeGen.cpp
9   CodePlacementOpt.cpp
10   CriticalAntiDepBreaker.cpp
11   DeadMachineInstructionElim.cpp
12   DwarfEHPrepare.cpp
13   EdgeBundles.cpp
14   ELFCodeEmitter.cpp
15   ELFWriter.cpp
16   ExpandISelPseudos.cpp
17   GCMetadata.cpp
18   GCMetadataPrinter.cpp
19   GCStrategy.cpp
20   IfConversion.cpp
21   InlineSpiller.cpp
22   InterferenceCache.cpp
23   IntrinsicLowering.cpp
24   LLVMTargetMachine.cpp
25   LatencyPriorityQueue.cpp
26   LiveDebugVariables.cpp
27   LiveInterval.cpp
28   LiveIntervalAnalysis.cpp
29   LiveIntervalUnion.cpp
30   LiveStackAnalysis.cpp
31   LiveVariables.cpp
32   LiveRangeEdit.cpp
33   LocalStackSlotAllocation.cpp
34   LowerSubregs.cpp
35   MachineBasicBlock.cpp
36   MachineBranchProbabilityInfo.cpp
37   MachineCSE.cpp
38   MachineDominators.cpp
39   MachineFunction.cpp
40   MachineFunctionAnalysis.cpp
41   MachineFunctionPass.cpp
42   MachineFunctionPrinterPass.cpp
43   MachineInstr.cpp
44   MachineLICM.cpp
45   MachineLoopInfo.cpp
46   MachineLoopRanges.cpp
47   MachineModuleInfo.cpp
48   MachineModuleInfoImpls.cpp
49   MachinePassRegistry.cpp
50   MachineRegisterInfo.cpp
51   MachineSSAUpdater.cpp
52   MachineSink.cpp
53   MachineVerifier.cpp
54   ObjectCodeEmitter.cpp
55   OcamlGC.cpp
56   OptimizePHIs.cpp
57   PHIElimination.cpp
58   PHIEliminationUtils.cpp
59   Passes.cpp
60   PeepholeOptimizer.cpp
61   PostRASchedulerList.cpp
62   ProcessImplicitDefs.cpp
63   PrologEpilogInserter.cpp
64   PseudoSourceValue.cpp
65   RegAllocBasic.cpp
66   RegAllocFast.cpp
67   RegAllocGreedy.cpp
68   RegAllocLinearScan.cpp
69   RegAllocPBQP.cpp
70   RegisterClassInfo.cpp
71   RegisterCoalescer.cpp
72   RegisterScavenging.cpp
73   RenderMachineFunction.cpp
74   ScheduleDAG.cpp
75   ScheduleDAGEmit.cpp
76   ScheduleDAGInstrs.cpp
77   ScheduleDAGPrinter.cpp
78   ScoreboardHazardRecognizer.cpp
79   ShadowStackGC.cpp
80   ShrinkWrapping.cpp
81   SjLjEHPrepare.cpp
82   SlotIndexes.cpp
83   Spiller.cpp
84   SpillPlacement.cpp
85   SplitKit.cpp
86   Splitter.cpp
87   StackProtector.cpp
88   StackSlotColoring.cpp
89   StrongPHIElimination.cpp
90   TailDuplication.cpp
91   TargetInstrInfoImpl.cpp
92   TargetLoweringObjectFileImpl.cpp
93   TwoAddressInstructionPass.cpp
94   UnreachableBlockElim.cpp
95   VirtRegMap.cpp
96   VirtRegRewriter.cpp
97   )
98
99 add_subdirectory(SelectionDAG)
100 add_subdirectory(AsmPrinter)