diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-08-01 10:49:01 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-08-01 10:49:01 +0000 |
commit | 5291df3c989f4bcc5c18aca2be1c7b186475db5e (patch) | |
tree | 4e6ee5a67fa381e0e0abaa2f59110557d7b9b48c /llvm/tools/llvm-mca/RetireControlUnit.h | |
parent | 5f865032dbf7e34596f0559fb44399052cc1ad1b (diff) | |
download | bcm5719-llvm-5291df3c989f4bcc5c18aca2be1c7b186475db5e.tar.gz bcm5719-llvm-5291df3c989f4bcc5c18aca2be1c7b186475db5e.zip |
[llvm-mca] Improve code comments. NFC.
llvm-svn: 338513
Diffstat (limited to 'llvm/tools/llvm-mca/RetireControlUnit.h')
-rw-r--r-- | llvm/tools/llvm-mca/RetireControlUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/RetireControlUnit.h b/llvm/tools/llvm-mca/RetireControlUnit.h index 3530ff21ba0..8acc8bcc98f 100644 --- a/llvm/tools/llvm-mca/RetireControlUnit.h +++ b/llvm/tools/llvm-mca/RetireControlUnit.h @@ -31,7 +31,7 @@ namespace mca { /// this RetireControlUnit (RCU) gets notified. /// /// On instruction retired, register updates are all architecturally -/// committed, and any temporary registers originally allocated for the +/// committed, and any physicall registers previously allocated for the /// retired instruction are freed. struct RetireControlUnit : public HardwareUnit { // A RUToken is created by the RCU for every instruction dispatched to the |