[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 2 17:06:02 PDT 2003
Changes in directory llvm/lib/CodeGen/InstrSched:
SchedGraph.h updated: 1.26 -> 1.27
---
Log message:
Add #include
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.h
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.26 llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.27
--- llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.26 Sat May 31 02:37:05 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.h Mon Jun 2 17:05:13 2003
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
+#include "Support/NonCopyable.h"
class Value;
class Instruction;
More information about the llvm-commits
mailing list