aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ValueHolder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ValueHolder.h')
-rw-r--r--include/llvm/Support/ValueHolder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Support/ValueHolder.h b/include/llvm/Support/ValueHolder.h
index cba246351f..62ab9d9ca2 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.