diff options
author | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2020-02-07 18:15:04 +0100 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2020-02-10 08:01:56 +0100 |
commit | d180899cb7107fdee4078f890cc18ea635925c09 (patch) | |
tree | 9ffaf428a829c840398b4b305e2c2c513029838e | |
parent | 21c9d9ad43f07c07a127bc6f29f13f62e831ab11 (diff) | |
download | llvm-d180899cb7107fdee4078f890cc18ea635925c09.zip llvm-d180899cb7107fdee4078f890cc18ea635925c09.tar.gz llvm-d180899cb7107fdee4078f890cc18ea635925c09.tar.bz2 |
[llvm-dwarfdump][Stats] Fix the License header
Fix the added License.
Differential Revision: https://reviews.llvm.org/D74207
-rw-r--r-- | llvm/tools/llvm-dwarfdump/Statistics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dwarfdump/Statistics.cpp b/llvm/tools/llvm-dwarfdump/Statistics.cpp index 4115ff3..ea9539a 100644 --- a/llvm/tools/llvm-dwarfdump/Statistics.cpp +++ b/llvm/tools/llvm-dwarfdump/Statistics.cpp @@ -1,4 +1,4 @@ -//===- Statistics.cpp ------------------------------------------- *- C++ *-===// +//===-- Statistics.cpp - Debug Info quality metrics -----------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |