diff options
author | Dan Gohman <gohman@apple.com> | 2009-02-06 17:22:58 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-02-06 17:22:58 +0000 |
commit | 84fbac580941548a6ab1121ed3b0ffdc4e2bc080 (patch) | |
tree | b52ee750231a522226418f6784b769d42f35299b /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
parent | 4350eb86a7cdc83fa6a5f4819a7f0534ace5cd58 (diff) | |
download | external_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/SelectionDAGPrinter.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 9396f16..004cb24 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -11,11 +11,11 @@ // //===----------------------------------------------------------------------===// +#include "ScheduleDAGSDNodes.h" #include "llvm/Constants.h" #include "llvm/Function.h" #include "llvm/Assembly/Writer.h" #include "llvm/CodeGen/SelectionDAG.h" -#include "llvm/CodeGen/ScheduleDAGSDNodes.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineModuleInfo.h" |