[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h SymbolTableListTraitsImpl.h

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:18:01 PDT 2003


Changes in directory llvm/lib/VMCore:

PassManagerT.h updated: 1.43 -> 1.44
SymbolTableListTraitsImpl.h updated: 1.4 -> 1.5

---
Log message:

Added LLVM copyright header.



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

Index: llvm/lib/VMCore/PassManagerT.h
diff -u llvm/lib/VMCore/PassManagerT.h:1.43 llvm/lib/VMCore/PassManagerT.h:1.44
--- llvm/lib/VMCore/PassManagerT.h:1.43	Mon Oct 13 00:34:24 2003
+++ llvm/lib/VMCore/PassManagerT.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===- PassManagerT.h - Container for Passes --------------------*- 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 file defines the PassManagerT class.  This class is used to hold,
 // maintain, and optimize execution of Pass's.  The PassManager class ensures


Index: llvm/lib/VMCore/SymbolTableListTraitsImpl.h
diff -u llvm/lib/VMCore/SymbolTableListTraitsImpl.h:1.4 llvm/lib/VMCore/SymbolTableListTraitsImpl.h:1.5
--- llvm/lib/VMCore/SymbolTableListTraitsImpl.h:1.4	Fri Oct 10 12:54:14 2003
+++ llvm/lib/VMCore/SymbolTableListTraitsImpl.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===-- llvm/SymbolTableListTraitsImpl.h - Implementation ------*- 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 file implements the stickier parts of the SymbolTableListTraits class,
 // and is explicitly instantiated where needed to avoid defining all this code





More information about the llvm-commits mailing list