[llvm-commits] CVS: llvm/lib/Transforms/TransformInternals.h

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


Changes in directory llvm/lib/Transforms:

TransformInternals.h updated: 1.21 -> 1.22

---
Log message:

Added LLVM copyright header.



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

Index: llvm/lib/Transforms/TransformInternals.h
diff -u llvm/lib/Transforms/TransformInternals.h:1.21 llvm/lib/Transforms/TransformInternals.h:1.22
--- llvm/lib/Transforms/TransformInternals.h:1.21	Sun Oct 12 22:32:08 2003
+++ llvm/lib/Transforms/TransformInternals.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===-- TransformInternals.h - Shared functions for Transforms --*- 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 header file declares shared functions used by the different components
 //  of the Transforms library.





More information about the llvm-commits mailing list