summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.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
commit483377c639e47e13f4cefb390d08b4fc43607f63 (patch)
treefab17f1369b0b80e935c87110c93ca615a3b8c76 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
parentb5f0ec3eb7d97f231b12f30985b463d6740713ba (diff)
downloadbcm5719-llvm-483377c639e47e13f4cefb390d08b4fc43607f63.tar.gz
bcm5719-llvm-483377c639e47e13f4cefb390d08b4fc43607f63.zip
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
that previously included this header should include SchedulerRegistry.h instead. llvm-svn: 63937
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
index 5154fb1d3e9..e43b992407b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "pre-RA-sched"
-#include "llvm/CodeGen/ScheduleDAGSDNodes.h"
+#include "ScheduleDAGSDNodes.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/Target/TargetRegisterInfo.h"
OpenPOWER on IntegriCloud