aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DependenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/DependenceGraph.h')
-rw-r--r--include/llvm/Analysis/DependenceGraph.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DependenceGraph.h b/include/llvm/Analysis/DependenceGraph.h
index 764e9eb..b5af0b9 100644
--- a/include/llvm/Analysis/DependenceGraph.h
+++ b/include/llvm/Analysis/DependenceGraph.h
@@ -1,4 +1,11 @@
//===- DependenceGraph.h - Dependence graph 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.
+//
+//===----------------------------------------------------------------------===//
//
// This file provides an explicit representation for the dependence graph
// of a function, with one node per instruction and one edge per dependence.