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

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


Changes in directory llvm/lib/Transforms/Utils:

ValueMapper.h updated: 1.1 -> 1.2

---
Log message:

Added LLVM copyright header.



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

Index: llvm/lib/Transforms/Utils/ValueMapper.h
diff -u llvm/lib/Transforms/Utils/ValueMapper.h:1.1 llvm/lib/Transforms/Utils/ValueMapper.h:1.2
--- llvm/lib/Transforms/Utils/ValueMapper.h:1.1	Wed Nov 20 14:47:41 2002
+++ llvm/lib/Transforms/Utils/ValueMapper.h	Tue Oct 21 10:17:13 2003
@@ -1,4 +1,11 @@
 //===- ValueMapper.h - Interface shared by lib/Transforms/Utils -*- 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 MapValue interface which is used by various parts of
 // the Transforms/Utils library to implement cloning and linking facilities.





More information about the llvm-commits mailing list