From a79d241e28f0bf3ab1af006dd37d1c72ed4ae07f Mon Sep 17 00:00:00 2001 From: Djordje Todorovic Date: Fri, 7 Feb 2020 18:15:04 +0100 Subject: [PATCH] [llvm-dwarfdump][Stats] Fix the License header Fix the added License. Differential Revision: https://reviews.llvm.org/D74207 --- tools/llvm-dwarfdump/Statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvm-dwarfdump/Statistics.cpp b/tools/llvm-dwarfdump/Statistics.cpp index 4115ff340cb..ea9539a350a 100644 --- a/tools/llvm-dwarfdump/Statistics.cpp +++ b/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.