Use ScheduleDAGSDNodes.h instead of ScheduleDAG.h (stuff moved around).

llvm-svn: 59684
This commit is contained in:
Ted Kremenek 2008-11-20 00:52:19 +00:00
parent 06b377668d
commit 678f8d7992
1 changed files with 1 additions and 1 deletions

View File

@ -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"