diff -r 04af773a9d72 -r fde343df1e97 src/cpu/o3/commit_impl.hh --- a/src/cpu/o3/commit_impl.hh Sat Feb 28 16:47:41 2015 -0600 +++ b/src/cpu/o3/commit_impl.hh Sat Feb 28 16:48:19 2015 -0600 @@ -906,13 +906,10 @@ if (toIEW->commitInfo[tid].mispredictInst->isUncondCtrl()) { toIEW->commitInfo[tid].branchTaken = true; } + ++branchMispredicts; } toIEW->commitInfo[tid].pc = fromIEW->pc[tid]; - - if (toIEW->commitInfo[tid].mispredictInst) { - ++branchMispredicts; - } } if (commitStatus[tid] == ROBSquashing) {