summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-08-22 18:03:58 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-08-22 18:03:58 +0000
commit9cee1adc1a0f8f40cb3722db07066000ff0c35b4 (patch)
treee7b3ba622fc7f7a6d7d4102d596804fd104bfcc8
parentd61e7071cd8456cebbe25745da6a90a9fa51d3ed (diff)
downloadbcm5719-llvm-9cee1adc1a0f8f40cb3722db07066000ff0c35b4.tar.gz
bcm5719-llvm-9cee1adc1a0f8f40cb3722db07066000ff0c35b4.zip
[llvm-mca] Clean up a comment about the Context class. NFC.
llvm-svn: 340431
-rw-r--r--llvm/tools/llvm-mca/Context.cpp2
-rw-r--r--llvm/tools/llvm-mca/Context.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/Context.cpp b/llvm/tools/llvm-mca/Context.cpp
index 61dac3fccd1..bf574982243 100644
--- a/llvm/tools/llvm-mca/Context.cpp
+++ b/llvm/tools/llvm-mca/Context.cpp
@@ -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.
///
//===----------------------------------------------------------------------===//
diff --git a/llvm/tools/llvm-mca/Context.h b/llvm/tools/llvm-mca/Context.h
index cf483fa7b37..ae8a376774a 100644
--- a/llvm/tools/llvm-mca/Context.h
+++ b/llvm/tools/llvm-mca/Context.h
@@ -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.
///
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud