diff options
Diffstat (limited to 'lib/Analysis/IPA/IPModRef.cpp')
-rw-r--r-- | lib/Analysis/IPA/IPModRef.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/IPModRef.cpp b/lib/Analysis/IPA/IPModRef.cpp index e7366a0536..754b86b74b 100644 --- a/lib/Analysis/IPA/IPModRef.cpp +++ b/lib/Analysis/IPA/IPModRef.cpp @@ -1,4 +1,11 @@ //===- IPModRef.cpp - Compute IP Mod/Ref information ------------*- 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. +// +//===----------------------------------------------------------------------===// // // See high-level comments in include/llvm/Analysis/IPModRef.h // |