> -----Original Message----- > From: Philippe Mathieu-Daudé <[email protected]> > Sent: Tuesday, February 11, 2020 1:41 AM > To: Taylor Simpson <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; [email protected]; > [email protected] > Subject: Re: [RFC PATCH 29/66] Hexagon opcode data structures > > > +#ifndef OPCODES_H > > HEXAGON_OPCODES_H > > I wonder if it would ease review to split this patch in 2, keep the C > here, but provide opcodes.h in an earlier patch.
Wouldn't using scripts/git.orderfile solve this just as well? It will put opcodes.h ahead of opcodes.c in this patch. > > > +#define OPCODES_H > > +
