forked from OSchip/llvm-project
[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:
parent
48dac3109e
commit
712db51edd
|
@ -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.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue