diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-06-18 21:38:38 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-06-18 21:38:38 +0000 |
commit | 712db51eddd8c75ff30bd5186c2d4fc7120d8bbe (patch) | |
tree | 9cdd300a2a79cbb9b3ac523fe1ebf1d7bf28d260 /llvm/tools/llvm-mca | |
parent | 48dac3109e40e8870b454edf253e308d76625823 (diff) | |
download | bcm5719-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.cpp | 5 |
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. /// //===----------------------------------------------------------------------===// |