move: put predictor includes and cc files into the same place
authorNathan Binkert <nate@binkert.org>
Fri, 5 Jun 2009 04:50:20 +0000 (21:50 -0700)
committerNathan Binkert <nate@binkert.org>
Fri, 5 Jun 2009 04:50:20 +0000 (21:50 -0700)
commit4e3426624557b555c354035ee3961eab7554d81d
tree7d5e73630456de787526292b754224e918a4b823
parente30c62ad994a730b78361b5ecce45b97e58c0701
move: put predictor includes and cc files into the same place

--HG--
rename : src/cpu/2bit_local_pred.cc => src/cpu/pred/2bit_local.cc
rename : src/cpu/o3/2bit_local_pred.hh => src/cpu/pred/2bit_local.hh
rename : src/cpu/btb.cc => src/cpu/pred/btb.cc
rename : src/cpu/o3/btb.hh => src/cpu/pred/btb.hh
rename : src/cpu/ras.cc => src/cpu/pred/ras.cc
rename : src/cpu/o3/ras.hh => src/cpu/pred/ras.hh
rename : src/cpu/tournament_pred.cc => src/cpu/pred/tournament.cc
rename : src/cpu/o3/tournament_pred.hh => src/cpu/pred/tournament.hh
20 files changed:
src/cpu/2bit_local_pred.cc [deleted file]
src/cpu/SConscript
src/cpu/btb.cc [deleted file]
src/cpu/inorder/resources/bpred_unit.hh
src/cpu/o3/2bit_local_pred.hh [deleted file]
src/cpu/o3/bpred_unit.hh
src/cpu/o3/btb.hh [deleted file]
src/cpu/o3/ras.hh [deleted file]
src/cpu/o3/tournament_pred.hh [deleted file]
src/cpu/pred/2bit_local.cc [new file with mode: 0644]
src/cpu/pred/2bit_local.hh [new file with mode: 0644]
src/cpu/pred/SConscript [new file with mode: 0644]
src/cpu/pred/btb.cc [new file with mode: 0644]
src/cpu/pred/btb.hh [new file with mode: 0644]
src/cpu/pred/ras.cc [new file with mode: 0644]
src/cpu/pred/ras.hh [new file with mode: 0644]
src/cpu/pred/tournament.cc [new file with mode: 0644]
src/cpu/pred/tournament.hh [new file with mode: 0644]
src/cpu/ras.cc [deleted file]
src/cpu/tournament_pred.cc [deleted file]