Remove sat_counter.cc and put its code into sat_counter.hh.

cpu/SConscript:
    Remove sat_counter.cc and push its functions into the .hh file (all functions were 3 or less lines).
cpu/o3/sat_counter.hh:
    Incorporate .cc code into this file.

--HG--
extra : convert_revision : d75b1319292b00b00af1ce377cc0215fd06e6916
This commit is contained in:
Kevin Lim
2006-05-19 15:47:55 -04:00
parent fda6ddbffd
commit 1a6f21b8d2
3 changed files with 17 additions and 61 deletions

View File

@@ -125,7 +125,6 @@ if 'AlphaFullCPU' in env['CPU_MODELS']:
o3/rename.cc
o3/rename_map.cc
o3/rob.cc
o3/sat_counter.cc
o3/scoreboard.cc
o3/store_set.cc
o3/tournament_pred.cc