diff options
Diffstat (limited to 'include/llvm/Target/TargetRegInfo.h')
-rw-r--r-- | include/llvm/Target/TargetRegInfo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetRegInfo.h b/include/llvm/Target/TargetRegInfo.h index 51d11c2a6e..36bfc0b915 100644 --- a/include/llvm/Target/TargetRegInfo.h +++ b/include/llvm/Target/TargetRegInfo.h @@ -1,4 +1,11 @@ //===-- llvm/Target/TargetRegInfo.h - Target Register Info ------*- 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 is used to describe the register system of a target to the // register allocator. |