X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FFunction.h;h=1c97d14095a6fcaf031ee58e8542a3aa2054dcc4;hp=29046ad78227efeb8a7038c58248fef4b38b77fb;hb=6fbcc26f1460eaee4e0eb8b426fc1ff0c7af11be;hpb=1fc0d67e3e0ff7220dc52a14378110ed9cf626d8 diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 29046ad7822..1c97d14095a 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -1,4 +1,11 @@ //===-- llvm/Function.h - Class to represent a single 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 contains the declaration of the Function class, which represents a // single function/procedure in LLVM.