diff options
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r-- | include/llvm/Use.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h index a0f920d..4deee30 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -1,4 +1,11 @@ //===-- llvm/Use.h - Definition of the Use class ----------------*- 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 defines the Use class. The Use class represents the operand of an // instruction or some other User instance which refers to a Value. The Use |