(CGEN_INSN_INDEX): Delete.

This commit is contained in:
Doug Evans 1998-05-06 21:43:45 +00:00
parent 10779648f8
commit b6ea017091

View File

@ -651,10 +651,9 @@ struct cgen_insn
struct cgen_base base; struct cgen_base base;
#define CGEN_INSN_BASE(insn) (&(insn)->base) #define CGEN_INSN_BASE(insn) (&(insn)->base)
/* Each real instruction is enumerated. This is used, for example, to do /* Each real instruction is enumerated.
insn profiling in the simulator. The simulator use to use this value but currently no longer does.
Macro-insns are not enumerated. The simulator doesn't use them and there This may go away in time. */
is currently no other need for it. */
int num; int num;
#define CGEN_INSN_NUM(insn) ((insn)->num) #define CGEN_INSN_NUM(insn) ((insn)->num)