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 | 483377c639e47e13f4cefb390d08b4fc43607f63 (patch) | |
tree | fab17f1369b0b80e935c87110c93ca615a3b8c76 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
parent | b5f0ec3eb7d97f231b12f30985b463d6740713ba (diff) | |
download | bcm5719-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/SelectionDAGPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 9396f16a99e..004cb247b1f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/llvm/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" |