aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mca
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-06-18 21:38:38 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-06-18 21:38:38 +0000
commitf9dc097e14c80444d02fbfbcc0016537833eedc4 (patch)
tree90921aa2f177d21fe043c99bb8c744c5919a506b /tools/llvm-mca
parent17406f3a2a4c897901acaf4d521f4881d94443f8 (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334986 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-mca')
-rw-r--r--tools/llvm-mca/InstructionInfoView.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/llvm-mca/InstructionInfoView.cpp b/tools/llvm-mca/InstructionInfoView.cpp
index 3b1e4dc8188..6bc4237334f 100644
--- a/tools/llvm-mca/InstructionInfoView.cpp
+++ b/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.
///
//===----------------------------------------------------------------------===//