summaryrefslogtreecommitdiff
path: root/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
commit84fbac580941548a6ab1121ed3b0ffdc4e2bc080 (patch)
treeb52ee750231a522226418f6784b769d42f35299b /lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
parent4350eb86a7cdc83fa6a5f4819a7f0534ace5cd58 (diff)
downloadllvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.tar.gz
llvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.tar.bz2
llvm-84fbac580941548a6ab1121ed3b0ffdc4e2bc080.tar.xz
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/ScheduleDAGFast.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
index 5154fb1d3e..e43b992407 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+++ b/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"