[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
This commit is contained in:
Matt Davis 2018-06-18 21:38:38 +00:00
parent 1d61f2cb75
commit 8c00f4b3c2

View File

@ -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.
///
//===----------------------------------------------------------------------===//