[llvm-mca] Cleanup the header syntax line. Fix a comment. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Mon, 18 Jun 2018 21:38:38 +0000 (21:38 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Mon, 18 Jun 2018 21:38:38 +0000 (21:38 +0000)
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

index 3b1e4dc818817579c2902fbcb554ea78226d58ae..6bc4237334f65c752c64b6ad62cf6b9e704d4157 100644 (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.
 ///
 //===----------------------------------------------------------------------===//