mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[llvm-mca] Add a comment to Stage::execute and fix a spelling error. NFC.
llvm-svn: 335697
This commit is contained in:
parent
8e442ed54d
commit
7c9f26f009
@ -45,9 +45,11 @@ public:
|
||||
virtual void postExecute(const InstRef &IR) {}
|
||||
|
||||
/// The primary action that this stage performs.
|
||||
/// Returning false prevents successor stages from having their 'execute'
|
||||
/// routine called.
|
||||
virtual bool execute(InstRef &IR) = 0;
|
||||
|
||||
/// Add a listener to receive callbaks during the execution of this stage.
|
||||
/// Add a listener to receive callbacks during the execution of this stage.
|
||||
void addListener(HWEventListener *Listener);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user