diff options
Diffstat (limited to 'lib/clang/libllvmselectiondag')
-rw-r--r-- | lib/clang/libllvmselectiondag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/clang/libllvmselectiondag/Makefile b/lib/clang/libllvmselectiondag/Makefile index 6c508c1..e6950127 100644 --- a/lib/clang/libllvmselectiondag/Makefile +++ b/lib/clang/libllvmselectiondag/Makefile @@ -14,12 +14,14 @@ SRCS= DAGCombiner.cpp \ LegalizeTypesGeneric.cpp \ LegalizeVectorOps.cpp \ LegalizeVectorTypes.cpp \ + ResourcePriorityQueue.cpp \ ScheduleDAGFast.cpp \ - ScheduleDAGList.cpp \ ScheduleDAGRRList.cpp \ ScheduleDAGSDNodes.cpp \ + ScheduleDAGVLIW.cpp \ SelectionDAG.cpp \ SelectionDAGBuilder.cpp \ + SelectionDAGDumper.cpp \ SelectionDAGISel.cpp \ SelectionDAGPrinter.cpp \ TargetLowering.cpp \ |