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