diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
commit | 02e7a86fec281d636a7f1fee7ad92c4c58797509 (patch) | |
tree | 7b985f534441ba03d9b6fc2e4a99cb83c1bd19dc /llvm/lib/CodeGen/InstrSched/SchedGraph.h | |
parent | 3c3457ccea90899c3956f7e53d78ca0d1847fa8b (diff) | |
download | bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.tar.gz bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.zip |
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes
llvm-svn: 3277
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.h | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h index 0d59734e2da..eac9c1c6d60 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h +++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h @@ -1,20 +1,15 @@ -/* -*-C++-*- - **************************************************************************** - * File: - * SchedGraph.h - * - * Purpose: - * 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. - * - * History: - * 7/20/01 - Vikram Adve - Created - ***************************************************************************/ +//===-- 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). +// +// Strategy: +// This graph tries to leverage the SSA graph as much as possible, +// but captures the extra dependences through a common interface. +// +//===----------------------------------------------------------------------===// #ifndef LLVM_CODEGEN_SCHEDGRAPH_H #define LLVM_CODEGEN_SCHEDGRAPH_H |