[llvm-mca] Clean up a comment about the Context class. NFC.

llvm-svn: 340431
This commit is contained in:
Matt Davis 2018-08-22 18:03:58 +00:00
parent d61e7071cd
commit 9cee1adc1a
2 changed files with 2 additions and 2 deletions

View File

@ -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.
///
//===----------------------------------------------------------------------===//

View File

@ -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.
///
//===----------------------------------------------------------------------===//