All DSGraphs keep a reference to the targetdata they are created with. This is
[oota-llvm.git] / include / llvm / Pass.h
index de339b4988647feb4eef5d0e05a6cae67c32d752..0d0a6e6fbc07c5491b4e927cb587188994a18598 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/Pass.h - Base class 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 a base class that indicates that a specified class is a
 // transformation pass implementation.