From 712db51eddd8c75ff30bd5186c2d4fc7120d8bbe Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 18 Jun 2018 21:38:38 +0000 Subject: [PATCH] [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. llvm-svn: 334986 --- llvm/tools/llvm-mca/InstructionInfoView.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/tools/llvm-mca/InstructionInfoView.cpp b/llvm/tools/llvm-mca/InstructionInfoView.cpp index 3b1e4dc81881..6bc4237334f6 100644 --- a/llvm/tools/llvm-mca/InstructionInfoView.cpp +++ b/llvm/tools/llvm-mca/InstructionInfoView.cpp @@ -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. /// //===----------------------------------------------------------------------===//