summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit712db51eddd8c75ff30bd5186c2d4fc7120d8bbe (patch)
tree9cdd300a2a79cbb9b3ac523fe1ebf1d7bf28d260 /llvm/tools/llvm-mca
parent48dac3109e40e8870b454edf253e308d76625823 (diff)
downloadbcm5719-llvm-712db51eddd8c75ff30bd5186c2d4fc7120d8bbe.tar.gz
bcm5719-llvm-712db51eddd8c75ff30bd5186c2d4fc7120d8bbe.zip
[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
Diffstat (limited to 'llvm/tools/llvm-mca')
-rw-r--r--llvm/tools/llvm-mca/InstructionInfoView.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mca/InstructionInfoView.cpp b/llvm/tools/llvm-mca/InstructionInfoView.cpp
index 3b1e4dc8188..6bc4237334f 100644
--- a/llvm/tools/llvm-mca/InstructionInfoView.cpp
+++ b/llvm/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.
///
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud