X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FValueHolder.h;h=62ab9d9ca29bb8fd90268ef86b68d19704176836;hp=cba246351f89990730aa73b44d2c77a33f28ac2e;hb=6fbcc26f1460eaee4e0eb8b426fc1ff0c7af11be;hpb=1fc0d67e3e0ff7220dc52a14378110ed9cf626d8 diff --git a/include/llvm/Support/ValueHolder.h b/include/llvm/Support/ValueHolder.h index cba246351f8..62ab9d9ca29 100644 --- a/include/llvm/Support/ValueHolder.h +++ b/include/llvm/Support/ValueHolder.h @@ -1,4 +1,11 @@ //===-- llvm/Support/ValueHolder.h - Wrapper for Value's --------*- 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 class defines a simple subclass of User, which keeps a pointer to a // Value, which automatically updates when Value::replaceAllUsesWith is called.