aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-06 17:22:58 +0000
committerDan Gohman <gohman@apple.com>2009-02-06 17:22:58 +0000
commit84fbac580941548a6ab1121ed3b0ffdc4e2bc080 (patch)
treeb52ee750231a522226418f6784b769d42f35299b /lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
parent4350eb86a7cdc83fa6a5f4819a7f0534ace5cd58 (diff)
downloadexternal_llvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.zip
external_llvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.tar.gz
external_llvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.tar.bz2
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
that previously included this header should include SchedulerRegistry.h instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index 41be253..b0b9e4c 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -19,8 +19,8 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "pre-RA-sched"
+#include "ScheduleDAGSDNodes.h"
#include "llvm/CodeGen/LatencyPriorityQueue.h"
-#include "llvm/CodeGen/ScheduleDAGSDNodes.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/CodeGen/SelectionDAGISel.h"