summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/MemoryDepAnalysis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/IPA/MemoryDepAnalysis.cpp')
-rw-r--r--lib/Analysis/IPA/MemoryDepAnalysis.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/MemoryDepAnalysis.cpp b/lib/Analysis/IPA/MemoryDepAnalysis.cpp
index 110475a063..076836a5ce 100644
--- a/lib/Analysis/IPA/MemoryDepAnalysis.cpp
+++ b/lib/Analysis/IPA/MemoryDepAnalysis.cpp
@@ -1,4 +1,11 @@
//===- MemoryDepAnalysis.cpp - Compute dep graph for memory ops --*-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 implements a pass (MemoryDepAnalysis) that computes memory-based
// data dependences between instructions for each function in a module.