diff options
Diffstat (limited to 'tools/llvm-mca/RetireControlUnit.h')
-rw-r--r-- | tools/llvm-mca/RetireControlUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mca/RetireControlUnit.h b/tools/llvm-mca/RetireControlUnit.h index 3530ff21ba0d..8acc8bcc98fe 100644 --- a/tools/llvm-mca/RetireControlUnit.h +++ b/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 |