mips,cpu: Eliminate the unused IsIndexed StaticInst flag.
authorGabe Black <gabeblack@google.com>
Sun, 30 Aug 2020 08:24:50 +0000 (01:24 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 16 Sep 2020 03:48:50 +0000 (03:48 +0000)
commit8864c2ea24e274accdd0562d6854930a7130a325
tree023f8a2962808b1b08d75c5b51c4f8e55a71f30d
parentb1c70250c4fc111b78b30266cf290a1d3c5bfb0a
mips,cpu: Eliminate the unused IsIndexed StaticInst flag.

It's set by some MIPS instructions, but does not have an accessor in
StaticInst and is not used by anything.

Change-Id: I3466f7d2723fb1b0ac195064867e3840e3a8f21b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33735
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/isa/formats/mem.isa
src/cpu/StaticInstFlags.py