[llvm] r334770 - [llvm-mca] Clean up the header comment. NFC.
Matt Davis via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 14 13:58:54 PDT 2018
Author: mattd
Date: Thu Jun 14 13:58:54 2018
New Revision: 334770
URL: http://llvm.org/viewvc/llvm-project?rev=334770&view=rev
Log:
[llvm-mca] Clean up the header comment. NFC.
This change removes a few dashes to make room for the header syntax string.
Modified:
llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.cpp
llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.h
Modified: llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.cpp?rev=334770&r1=334769&r2=334770&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.cpp (original)
+++ llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.cpp Thu Jun 14 13:58:54 2018
@@ -1,5 +1,4 @@
-//===--------------------- RetireControlUnitStatistics.cpp ---------------*- C++
-//-*-===//
+//===--------------------- RetireControlUnitStatistics.cpp ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Modified: llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.h?rev=334770&r1=334769&r2=334770&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.h (original)
+++ llvm/trunk/tools/llvm-mca/RetireControlUnitStatistics.h Thu Jun 14 13:58:54 2018
@@ -1,5 +1,4 @@
-//===--------------------- RetireControlUnitStatistics.h ------------------*-
-//C++ -*-===//
+//===--------------------- RetireControlUnitStatistics.h --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the llvm-commits
mailing list