diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 03:32:08 +0000 |
commit | cf3056db0fee1db7921214b1f25cea04e959e105 (patch) | |
tree | 0d3986942f0be9fba36271f39cf3df5b85c02a67 /lib/Target/SparcV9/InstrSched/SchedGraph.h | |
parent | c00d23a727f143bdd24f29d529ebc2cc3230bef8 (diff) | |
download | external_llvm-cf3056db0fee1db7921214b1f25cea04e959e105.zip external_llvm-cf3056db0fee1db7921214b1f25cea04e959e105.tar.gz external_llvm-cf3056db0fee1db7921214b1f25cea04e959e105.tar.bz2 |
Regularize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/InstrSched/SchedGraph.h')
-rw-r--r-- | lib/Target/SparcV9/InstrSched/SchedGraph.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.h b/lib/Target/SparcV9/InstrSched/SchedGraph.h index 4da761f..11a4f87 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraph.h +++ b/lib/Target/SparcV9/InstrSched/SchedGraph.h @@ -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. // //===----------------------------------------------------------------------===// |