inorder: cleanup virtual functions
authorKorey Sewell <ksewell@umich.edu>
Thu, 24 Jun 2010 19:34:19 +0000 (15:34 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 24 Jun 2010 19:34:19 +0000 (15:34 -0400)
commit71b67d408bb595471a57dbe8e40cf5ac82c5d3b7
tree4f0b3bc4fd671a4476799cdce0c282f970d313cc
parentf95430d97e0a9a77b920ab3ca24b134bc682f655
inorder: cleanup virtual functions
remove the annotation 'virtual' from  function declaration that isnt being derived from
16 files changed:
src/cpu/inorder/cpu.hh
src/cpu/inorder/pipeline_stage.hh
src/cpu/inorder/pipeline_traits.hh
src/cpu/inorder/resource.hh
src/cpu/inorder/resource_pool.hh
src/cpu/inorder/resources/agen_unit.hh
src/cpu/inorder/resources/branch_predictor.hh
src/cpu/inorder/resources/cache_unit.hh
src/cpu/inorder/resources/decode_unit.hh
src/cpu/inorder/resources/execution_unit.hh
src/cpu/inorder/resources/fetch_seq_unit.hh
src/cpu/inorder/resources/graduation_unit.hh
src/cpu/inorder/resources/inst_buffer.hh
src/cpu/inorder/resources/mult_div_unit.hh
src/cpu/inorder/resources/use_def.hh
src/cpu/inorder/thread_context.hh