Review Board 2.0.15


mem: Modernise MSHR iterators to C++11

Review Request #2694 - Created March 17, 2015 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10751:2b7e7dd6fe0b
---------------------------
mem: Modernise MSHR iterators to C++11

This patch updates the iterators in the MSHR and MSHR queues to use
C++11 range-based for loops. It also does a bit of additional house
keeping.