86a87,88
> virtual bool isValid() const = 0;
>
111a114,120
> // only used for memory instructions
> virtual void
> completeAcc(GPUDynInstPtr gpuDynInst)
> {
> fatal("calling completeAcc() on a non-memory instruction.\n");
> }
>