From 2b62fec3590024a7ce82ef5d4647397d37ed37eb Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sat, 11 May 2019 21:41:14 +0800 Subject: try not expose if L1 hit --- src/cpu/base_dyn_inst.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/base_dyn_inst.hh') diff --git a/src/cpu/base_dyn_inst.hh b/src/cpu/base_dyn_inst.hh index 6301864b7..8681d3d91 100644 --- a/src/cpu/base_dyn_inst.hh +++ b/src/cpu/base_dyn_inst.hh @@ -331,9 +331,6 @@ class BaseDynInst : public ExecContext, public RefCounted bool needPostFetch() const { return instFlags[NeedPostFetch]; } void needPostFetch(bool f) { instFlags[NeedPostFetch] = f; } - bool needDeletePostReq() const { return instFlags[NeedDeletePostReq]; } - void needDeletePostReq(bool f) { instFlags[NeedDeletePostReq] = f; } - bool fenceDelay() const { return instFlags[ReadyToExpose]; } void fenceDelay(bool f) { instFlags[ReadyToExpose] = f; } -- cgit v1.2.3