]> granicus.if.org Git - clang/commitdiff
Remove the #include of ScheduleDAGSDNodes.h, which is no longer necessary.
authorDan Gohman <gohman@apple.com>
Mon, 8 Dec 2008 19:45:33 +0000 (19:45 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Dec 2008 19:45:33 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60712 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/Backend.cpp

index 38abef1299b5b5e7d3b790197c466d0e83a6d98f..58c0d67b99255f64bb0959d40d25afdef4ee6e61 100644 (file)
@@ -25,7 +25,6 @@
 #include "llvm/Bitcode/ReaderWriter.h"
 #include "llvm/CodeGen/RegAllocRegistry.h"
 #include "llvm/CodeGen/SchedulerRegistry.h"
-#include "llvm/CodeGen/ScheduleDAGSDNodes.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/System/Path.h"