Bradley Wang has uploaded a new patch set (#2). (
https://gem5-review.googlesource.com/11869 )
Change subject: cpu: Removed unnecessary file reg_class_impl.hh
......................................................................
cpu: Removed unnecessary file reg_class_impl.hh
Previously, reg_class_impl.hh was added in order to prevent a cyclic
dependency between it and the_isa.hh (See
http://reviews.gem5.org/r/3754). It was determined that this was not
necessary. The two files had almost entirely the same includes, and the
current test-suite including multiple gcc and clang compilers on both
MacOS and Linux successfully built the library with all functionality
moved into the reg_class.hh file.
Change-Id: I0319e187b9eb280726a003951bb1ce315ffe17f5
Signed-off-by: Bradley Wang <[email protected]>
---
M src/cpu/o3/rename_map.cc
M src/cpu/reg_class.hh
D src/cpu/reg_class_impl.hh
M src/cpu/static_inst.hh
4 files changed, 22 insertions(+), 80 deletions(-)
--
To view, visit https://gem5-review.googlesource.com/11869
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I0319e187b9eb280726a003951bb1ce315ffe17f5
Gerrit-Change-Number: 11869
Gerrit-PatchSet: 2
Gerrit-Owner: Bradley Wang <[email protected]>
Gerrit-MessageType: newpatchset
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev