diff options
Diffstat (limited to 'llvm/include/Support/Statistic.h')
-rw-r--r-- | llvm/include/Support/Statistic.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/Statistic.h b/llvm/include/Support/Statistic.h index f25ffc6b3a8..d69809ff186 100644 --- a/llvm/include/Support/Statistic.h +++ b/llvm/include/Support/Statistic.h @@ -1,4 +1,11 @@ //===-- Support/Statistic.h - Easy way to expose stats ----------*- 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 defines the 'Statistic' class, which is designed to be an easy way // to expose various success metrics from passes. These statistics are printed |