[llvm] r334986 - [llvm-mca] Cleanup the header syntax line. Fix a comment. NFC.
Matt Davis via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 14:38:38 PDT 2018
Author: mattd
Date: Mon Jun 18 14:38:38 2018
New Revision: 334986
URL: http://llvm.org/viewvc/llvm-project?rev=334986&view=rev
Log:
[llvm-mca] Cleanup the header syntax line. Fix a comment. NFC.
This patch removes a few dashes from the header comment to make room for the syntax line.
Modified:
llvm/trunk/tools/llvm-mca/InstructionInfoView.cpp
Modified: llvm/trunk/tools/llvm-mca/InstructionInfoView.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/InstructionInfoView.cpp?rev=334986&r1=334985&r2=334986&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/InstructionInfoView.cpp (original)
+++ llvm/trunk/tools/llvm-mca/InstructionInfoView.cpp Mon Jun 18 14:38:38 2018
@@ -1,5 +1,4 @@
-//===--------------------- InstructionInfoView.cpp -------------------*- C++
-//-*-===//
+//===--------------------- InstructionInfoView.cpp --------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -9,7 +8,7 @@
//===----------------------------------------------------------------------===//
/// \file
///
-/// This file implements the InstructionView API.
+/// This file implements the InstructionInfoView API.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list