This is a follow-up for:
D98604 [MCA] Ensure that writes occur in-order
When instructions are aligned by the order of writes, they retire
in-order naturally. There is no need for an RCU, so it is disabled.
RCU statistic is adjusted to handle this.
clang-format: please reformat the code
- NumIssued(0), StallCyclesLeft(0), Bandwidth(0), - LastWriteBackCycle(0) {} + NumIssued(0), StallCyclesLeft(0), Bandwidth(0), LastWriteBackCycle(0) {}