[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 12 22:42:21 PDT 2003
Changes in directory llvm/lib/CodeGen/InstrSched:
SchedGraph.h updated: 1.34 -> 1.35
---
Log message:
Regularize header file comments
---
Diffs of the changes: (+6 -8)
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.h
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.34 llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.35
--- llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.34 Thu Aug 28 10:30:40 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.h Sun Oct 12 22:32:07 2003
@@ -1,13 +1,11 @@
-//===-- SchedGraph.h - Scheduling Graph --------------------------*- C++ -*--=//
+//===-- SchedGraph.h - Scheduling Graph -------------------------*- C++ -*-===//
//
-// Purpose:
-// Scheduling graph based on SSA graph plus extra dependence edges
-// capturing dependences due to machine resources (machine registers,
-// CC registers, and any others).
+// This is a scheduling graph based on SSA graph plus extra dependence edges
+// capturing dependences due to machine resources (machine registers, CC
+// registers, and any others).
//
-// Strategy:
-// This graph tries to leverage the SSA graph as much as possible,
-// but captures the extra dependences through a common interface.
+// This graph tries to leverage the SSA graph as much as possible, but captures
+// the extra dependences through a common interface.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list