X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FAnalysis%2FCallGraph.h;h=f562a51db39814c4ccbdb978905f5dbf36bc423e;hp=a898c5eb1b248e06740d8106e38c909ad29c494f;hb=6fbcc26f1460eaee4e0eb8b426fc1ff0c7af11be;hpb=1fc0d67e3e0ff7220dc52a14378110ed9cf626d8 diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index a898c5eb1b2..f562a51db39 100644 --- a/include/llvm/Analysis/CallGraph.h +++ b/include/llvm/Analysis/CallGraph.h @@ -1,4 +1,11 @@ //===- CallGraph.h - Build a Module's call graph ----------------*- 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 interface is used to build and manipulate a call graph, which is a very // useful tool for interprocedural optimization.