aarch64: Remove stray reglist variable

Sorry for not catching this during testing.  I was using a
host compiler that predated the switch to -fno-common.
This commit is contained in:
Richard Sandiford 2023-03-30 17:01:30 +01:00
parent 8ff429203d
commit d056265349

View File

@ -1210,7 +1210,7 @@ struct aarch64_reglist
unsigned has_index : 1;
/* Lane index; valid only when has_index is 1. */
int64_t index;
} reglist;
};
/* Structure representing an operand. */