[llvm] r340431 - [llvm-mca] Clean up a comment about the Context class. NFC.
Matt Davis via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 22 11:03:58 PDT 2018
Author: mattd
Date: Wed Aug 22 11:03:58 2018
New Revision: 340431
URL: http://llvm.org/viewvc/llvm-project?rev=340431&view=rev
Log:
[llvm-mca] Clean up a comment about the Context class. NFC.
Modified:
llvm/trunk/tools/llvm-mca/Context.cpp
llvm/trunk/tools/llvm-mca/Context.h
Modified: llvm/trunk/tools/llvm-mca/Context.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/Context.cpp?rev=340431&r1=340430&r2=340431&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/Context.cpp (original)
+++ llvm/trunk/tools/llvm-mca/Context.cpp Wed Aug 22 11:03:58 2018
@@ -11,7 +11,7 @@
/// This file defines a class for holding ownership of various simulated
/// hardware units. A Context also provides a utility routine for constructing
/// a default out-of-order pipeline with fetch, dispatch, execute, and retire
-/// stages).
+/// stages.
///
//===----------------------------------------------------------------------===//
Modified: llvm/trunk/tools/llvm-mca/Context.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mca/Context.h?rev=340431&r1=340430&r2=340431&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mca/Context.h (original)
+++ llvm/trunk/tools/llvm-mca/Context.h Wed Aug 22 11:03:58 2018
@@ -11,7 +11,7 @@
/// This file defines a class for holding ownership of various simulated
/// hardware units. A Context also provides a utility routine for constructing
/// a default out-of-order pipeline with fetch, dispatch, execute, and retire
-/// stages).
+/// stages.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list