[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 48dac3109e
commit 712db51edd
1 changed files with 2 additions and 3 deletions

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