forked from OSchip/llvm-project
[llvm-mca] Clean up a comment about the Context class. NFC.
llvm-svn: 340431
This commit is contained in:
parent
d61e7071cd
commit
9cee1adc1a
|
@ -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.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
@ -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.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue