aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-05-06 21:43:45 +0000
committerDoug Evans <dje@google.com>1998-05-06 21:43:45 +0000
commitb6ea017091c7e7a6c60ac3776474114fa03eb291 (patch)
tree0584b48e05605196ecdc1c5f5e126e98fca9bb92 /include
parent10779648f8eac9c84464d6eaa76b54a5a9ef963a (diff)
downloadfsf-binutils-gdb-b6ea017091c7e7a6c60ac3776474114fa03eb291.zip
fsf-binutils-gdb-b6ea017091c7e7a6c60ac3776474114fa03eb291.tar.gz
fsf-binutils-gdb-b6ea017091c7e7a6c60ac3776474114fa03eb291.tar.bz2
(CGEN_INSN_INDEX): Delete.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/cgen.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index 10c9724..9d2c01f 100644
--- a/include/opcode/cgen.h
+++ b/include/opcode/cgen.h
@@ -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)