[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.h SchedPriorities.h

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:19:23 PDT 2003


Changes in directory llvm/lib/CodeGen/InstrSched:

SchedGraph.h updated: 1.35 -> 1.36
SchedPriorities.h updated: 1.24 -> 1.25

---
Log message:

Added LLVM copyright header.



---
Diffs of the changes:  (+14 -0)

Index: llvm/lib/CodeGen/InstrSched/SchedGraph.h
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.35 llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.36
--- llvm/lib/CodeGen/InstrSched/SchedGraph.h:1.35	Sun Oct 12 22:32:07 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.h	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 //===-- SchedGraph.h - Scheduling Graph -------------------------*- C++ -*-===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This is a scheduling graph based on SSA graph plus extra dependence edges
 // capturing dependences due to machine resources (machine registers, CC


Index: llvm/lib/CodeGen/InstrSched/SchedPriorities.h
diff -u llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.24 llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.25
--- llvm/lib/CodeGen/InstrSched/SchedPriorities.h:1.24	Mon Jun  2 17:45:07 2003
+++ llvm/lib/CodeGen/InstrSched/SchedPriorities.h	Tue Oct 21 10:17:12 2003
@@ -1,5 +1,12 @@
 //===-- SchedPriorities.h - Encapsulate scheduling heuristics --*- C++ -*--===//
 // 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Strategy:
 //    Priority ordering rules:
 //    (1) Max delay, which is the order of the heap S.candsAsHeap.





More information about the llvm-commits mailing list