diff options
Diffstat (limited to 'include/llvm/Target/TargetCacheInfo.h')
-rw-r--r-- | include/llvm/Target/TargetCacheInfo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetCacheInfo.h b/include/llvm/Target/TargetCacheInfo.h index 822c881c72..56f20bf524 100644 --- a/include/llvm/Target/TargetCacheInfo.h +++ b/include/llvm/Target/TargetCacheInfo.h @@ -1,4 +1,11 @@ //===-- llvm/Target/TargetCacheInfo.h ---------------------------*- 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. +// +//===----------------------------------------------------------------------===// // // Describes properties of the target cache architecture. // |