(CGEN_INSN_INDEX): Delete.
authorDoug Evans <dje@google.com>
Wed, 6 May 1998 21:43:45 +0000 (21:43 +0000)
committerDoug Evans <dje@google.com>
Wed, 6 May 1998 21:43:45 +0000 (21:43 +0000)
include/opcode/cgen.h

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