Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / PgmDependenceGraph.h
index 3ae74779e5fa1401c06424bdc758a585f67c4684..edb5119f00d6933419fd4c5883cee2c134b1987a 100644 (file)
@@ -1,5 +1,12 @@
 //===- PgmDependenceGraph.h - Enumerate the PDG for a function --*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // The Program Dependence Graph (PDG) for a single function represents all
 // data and control dependences for the function.  This file provides an
 // iterator to enumerate all these dependences.  In particular, it enumerates: