[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrForest.h InstrScheduling.h MachineInstr.h RegisterAllocation.h SchedGraphCommon.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 13:38:09 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
InstrForest.h updated: 1.29 -> 1.30
InstrScheduling.h updated: 1.11 -> 1.12
MachineInstr.h updated: 1.112 -> 1.113
RegisterAllocation.h updated: 1.5 -> 1.6
SchedGraphCommon.h updated: 1.4 -> 1.5
---
Log message:
Standardize header file comments
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrForest.h
diff -u llvm/include/llvm/CodeGen/InstrForest.h:1.29 llvm/include/llvm/CodeGen/InstrForest.h:1.30
--- llvm/include/llvm/CodeGen/InstrForest.h:1.29 Sat Jul 26 18:18:11 2003
+++ llvm/include/llvm/CodeGen/InstrForest.h Tue Sep 30 13:37:44 2003
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/InstForest.h ------------------------------*- C++ -*--===//
+//===-- llvm/CodeGen/InstForest.h -------------------------------*- C++ -*-===//
//
// Purpose:
// Convert SSA graph to instruction trees for instruction selection.
Index: llvm/include/llvm/CodeGen/InstrScheduling.h
diff -u llvm/include/llvm/CodeGen/InstrScheduling.h:1.11 llvm/include/llvm/CodeGen/InstrScheduling.h:1.12
--- llvm/include/llvm/CodeGen/InstrScheduling.h:1.11 Thu Aug 14 01:09:27 2003
+++ llvm/include/llvm/CodeGen/InstrScheduling.h Tue Sep 30 13:37:44 2003
@@ -1,4 +1,4 @@
-//===-- InstrScheduling.h - Interface To Instruction Scheduling --*- C++ -*-==//
+//===-- InstrScheduling.h - Interface To Instruction Scheduling -*- C++ -*-===//
//
// This file defines a minimal, but complete, interface to instruction
// scheduling.
@@ -21,6 +21,6 @@
// are still in SSA form.
//---------------------------------------------------------------------------
-FunctionPass *createInstructionSchedulingWithSSAPass(const TargetMachine &Target);
+FunctionPass *createInstructionSchedulingWithSSAPass(const TargetMachine &TM);
#endif
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.112 llvm/include/llvm/CodeGen/MachineInstr.h:1.113
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.112 Thu Aug 21 17:09:31 2003
+++ llvm/include/llvm/CodeGen/MachineInstr.h Tue Sep 30 13:37:44 2003
@@ -1,4 +1,4 @@
-//===-- llvm/CodeGen/MachineInstr.h - MachineInstr class ---------*- C++ -*--=//
+//===-- llvm/CodeGen/MachineInstr.h - MachineInstr class --------*- C++ -*-===//
//
// This file contains the declaration of the MachineInstr class, which is the
// basic representation for all target dependent machine instructions used by
@@ -12,7 +12,6 @@
#include "llvm/Target/MRegisterInfo.h"
#include "Support/Annotation.h"
#include "Support/iterator"
-#include <set>
class Value;
class Function;
Index: llvm/include/llvm/CodeGen/RegisterAllocation.h
diff -u llvm/include/llvm/CodeGen/RegisterAllocation.h:1.5 llvm/include/llvm/CodeGen/RegisterAllocation.h:1.6
--- llvm/include/llvm/CodeGen/RegisterAllocation.h:1.5 Thu Aug 14 01:09:27 2003
+++ llvm/include/llvm/CodeGen/RegisterAllocation.h Tue Sep 30 13:37:44 2003
@@ -1,4 +1,4 @@
-//===-- CodeGen/RegisterAllocation.h - RegAlloc Pass -------------*- C++ -*--=//
+//===-- CodeGen/RegisterAllocation.h - RegAlloc Pass ------------*- C++ -*-===//
//
// This pass register allocates a module, a method at a time.
//
Index: llvm/include/llvm/CodeGen/SchedGraphCommon.h
diff -u llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.4 llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.5
--- llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.4 Thu Aug 28 10:31:28 2003
+++ llvm/include/llvm/CodeGen/SchedGraphCommon.h Tue Sep 30 13:37:44 2003
@@ -1,9 +1,9 @@
-//===-- SchedGraphCommon.h - Scheduling Base Graph ---------------*- C++ -*---=//
+//===-- SchedGraphCommon.h - Scheduling Base Graph --------------*- C++ -*-===//
//
// A common graph class that is based on the SSA graph. It includes
// extra dependencies that are caused by machine resources.
//
-//===-------------------------------------------------------------------------=//
+//===----------------------------------------------------------------------===//
#ifndef LLVM_CODEGEN_SCHEDGRAPHCOMMON_H
#define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H
More information about the llvm-commits
mailing list