aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/PgmDependenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/PgmDependenceGraph.h')
-rw-r--r--include/llvm/Analysis/PgmDependenceGraph.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Analysis/PgmDependenceGraph.h b/include/llvm/Analysis/PgmDependenceGraph.h
index 3ae74779e5..edb5119f00 100644
--- a/include/llvm/Analysis/PgmDependenceGraph.h
+++ b/include/llvm/Analysis/PgmDependenceGraph.h
@@ -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: