From a679cd917ac4775979e23594de52f1bca407c08c Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 4 Apr 2011 11:42:28 -0500 Subject: ARM: Cleanup implementation of ITSTATE and put important code in PCState. Consolidate all code to handle ITSTATE in the PCState object rather than touching a variety of structures/objects. --- src/arch/alpha/predecoder.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/arch/alpha/predecoder.hh') diff --git a/src/arch/alpha/predecoder.hh b/src/arch/alpha/predecoder.hh index 2f8c4c2ef..a8788051f 100644 --- a/src/arch/alpha/predecoder.hh +++ b/src/arch/alpha/predecoder.hh @@ -76,12 +76,6 @@ class Predecoder emiIsReady = false; } - void - reset(const ExtMachInst &old_emi) - { - reset(); - } - // Use this to give data to the predecoder. This should be used // when there is control flow. void -- cgit v1.2.3