Review Board 2.0.15


cpu: change comments in tournament branch predictor to reflect what the code does

Review Request #3722 - Created Nov. 18, 2016 and submitted - Latest diff uploaded

Information
Arthur Perais
gem5
Reviewers
Default

Changeset 11707:1d085f66c4ca

cpu: correct comments in tournament branch predictor to reflect what the code does.

The tournament predictor is presented as doing speculative
update of the global history and non-speculative update
of the local history used to generate the branch prediction.
However, the code does speculative update of both histories.

Modifying comments only.