summaryrefslogtreecommitdiffhomepage
path: root/ir/be/beinsn_t.h
diff options
context:
space:
mode:
authorChristoph Mallon <christoph.mallon@gmx.de>2012-11-24 14:15:39 +0100
committerChristoph Mallon <christoph.mallon@gmx.de>2012-11-24 14:15:39 +0100
commit7081067d3b4017a9171d997ee677e03804209965 (patch)
treee0a2146fc600070862da2a46f8c3b570692a3c75 /ir/be/beinsn_t.h
parent82b5486068c6a35c1f7e5e1e659de17d2be85e19 (diff)
beinsn: Remove the attribute next_insn from struct be_insn_t.
Just use sched_next().
Diffstat (limited to 'ir/be/beinsn_t.h')
-rw-r--r--ir/be/beinsn_t.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ir/be/beinsn_t.h b/ir/be/beinsn_t.h
index 033ef60..5e7db18 100644
--- a/ir/be/beinsn_t.h
+++ b/ir/be/beinsn_t.h
@@ -51,7 +51,6 @@ struct be_insn_t {
int n_ops; /**< length of the ops array */
int use_start; /**< entries [0-use_start) in ops are defs,
[use_start-n_ops) uses */
- ir_node *next_insn; /**< next instruction in schedule */
ir_node *irn; /**< ir_node of the instruction */
unsigned has_constraints : 1; /**< in_constraints or out_constraints true */
unsigned pre_colored : 1; /**< all defined values already have a register assigned */