Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / MemoryDepAnalysis.h
index f4b96b9907f82db46457bc09619d0dae389081c7..6ecc3c825076b203cb453a92018d943703838350 100644 (file)
@@ -1,4 +1,11 @@
 //===- MemoryDepAnalysis.h - 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 provides a pass (MemoryDepAnalysis) that computes memory-based
 // data dependences between instructions for each function in a module.