[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 20:29:05 PST 2002
Changes in directory llvm/lib/CodeGen/InstrSched:
SchedGraph.cpp updated: 1.36 -> 1.37
---
Log message:
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.36 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.37
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.36 Sun Oct 27 19:41:17 2002
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp Sun Oct 27 20:28:36 2002
@@ -12,6 +12,7 @@
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Target/MachineRegInfo.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Function.h"
#include "llvm/iOther.h"
#include "Support/StringExtras.h"
More information about the llvm-commits
mailing list