[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 10:19:31 PDT 2003
Changes in directory llvm/lib/CodeGen/ModuloScheduling:
ModuloSchedGraph.h updated: 1.10 -> 1.11
---
Log message:
Added LLVM copyright header.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.10 llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.11
--- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h:1.10 Thu Aug 28 12:12:14 2003
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h Tue Oct 21 10:17:12 2003
@@ -1,5 +1,13 @@
//===- ModuloSchedGraph.h - Modulo Scheduling Graph and Set -*- 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.
+//
+//===----------------------------------------------------------------------===//
+//
+// TODO: Need a description here.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list