[llvm-commits] [123343] Add #include that is no longer included by SchedulerRegistry.h
clattner at apple.com
clattner at apple.com
Fri Feb 2 17:44:37 PST 2007
Revision: 123343
Author: clattner
Date: 2007-02-02 17:44:37 -0800 (Fri, 02 Feb 2007)
Log Message:
-----------
Add #include that is no longer included by SchedulerRegistry.h
Modified Paths:
--------------
apple-local/branches/llvm/gcc/llvm-backend.cpp
Modified: apple-local/branches/llvm/gcc/llvm-backend.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-backend.cpp 2007-02-03 01:32:17 UTC (rev 123342)
+++ apple-local/branches/llvm/gcc/llvm-backend.cpp 2007-02-03 01:44:37 UTC (rev 123343)
@@ -34,6 +34,7 @@
#include "llvm/Bytecode/WriteBytecodePass.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
+#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/Support/Streams.h"
#include "llvm/Target/SubtargetFeature.h"
#include "llvm/Target/TargetData.h"
More information about the llvm-commits
mailing list