cpu: Remove the default, globally sized index arrays from StaticInst.
authorGabe Black <gabe.black@gmail.com>
Mon, 7 Dec 2020 12:19:52 +0000 (04:19 -0800)
committerGabe Black <gabe.black@gmail.com>
Tue, 19 Jan 2021 00:12:42 +0000 (00:12 +0000)
commit5e836993db91231fa22f94fa1dec3ac392464edb
treeba6ac4612651c33f5d28bf5501a4960ccb5420de
parentd14f37d155a89491665626e720fb9c34a9e1933d
cpu: Remove the default, globally sized index arrays from StaticInst.

All ISAs now allocate their own arrays in all their instructions, making
these arrays unnecessary.

Change-Id: Ie2bc5d7a2903e07703dddd809505cdaaf6c578f5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38382
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/cpu/static_inst.hh