Remove most of the special handling for delay slots since they have to be squashed...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 13 Apr 2007 13:59:31 +0000 (13:59 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 13 Apr 2007 13:59:31 +0000 (13:59 +0000)
commitc7f1cf1d58cf50118c18b1afc4c938eafba81492
treebe5c82a40f629e12e88f6eb132c0fee27e352ae7
parent6ec510385dd23f339f86f3ace4339c791affba89
Remove most of the special handling for delay slots since they have to be squashed anyway on a mispredict. This is because the NNPC value they saw when executing was incorrect.

--HG--
extra : convert_revision : b42c4eb28b4fbba66c65cbd0a5033bf886c1532d
12 files changed:
src/cpu/base_dyn_inst.hh
src/cpu/o3/comm.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/decode_impl.hh
src/cpu/o3/fetch.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/iew.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/inst_queue_impl.hh
src/cpu/o3/rename_impl.hh