forked from OSchip/llvm-project
Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around).
llvm-svn: 59684
This commit is contained in:
parent
06b377668d
commit
678f8d7992
|
@ -25,7 +25,7 @@
|
|||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/CodeGen/RegAllocRegistry.h"
|
||||
#include "llvm/CodeGen/SchedulerRegistry.h"
|
||||
#include "llvm/CodeGen/ScheduleDAG.h"
|
||||
#include "llvm/CodeGen/ScheduleDAGSDNodes.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/System/Path.h"
|
||||
|
|
Loading…
Reference in New Issue