diff options
Diffstat (limited to 'llvm/tools/llvm-mca/InstructionInfoView.cpp')
-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. /// //===----------------------------------------------------------------------===// |