summaryrefslogtreecommitdiffhomepage
path: root/ir/be/bestate.c
diff options
context:
space:
mode:
authorChristoph Mallon <mallon@cs.uni-saarland.de>2014-11-11 20:26:41 +0100
committerChristoph Mallon <mallon@cs.uni-saarland.de>2014-11-13 17:32:00 +0100
commit553f4e1a88f56775c47273198e0bcca796b622b0 (patch)
tree305a276f3fc8bc9f18bb4e51daa4344e4287a6ee /ir/be/bestate.c
parent3027ce20a73e89fbd1fafabedad978ee1b96be05 (diff)
be: Rename reg_class of struct arch_register_t to cls.
All other structs holding a register class call it cls, too.
Diffstat (limited to 'ir/be/bestate.c')
-rw-r--r--ir/be/bestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/be/bestate.c b/ir/be/bestate.c
index d223c57..49185da 100644
--- a/ir/be/bestate.c
+++ b/ir/be/bestate.c
@@ -269,7 +269,7 @@ static block_info_t *compute_block_start_state(minibelady_env_t *env,
}
/* check all Live-Ins */
- be_lv_foreach_cls(env->lv, block, be_lv_state_in, env->reg->reg_class, node) {
+ be_lv_foreach_cls(env->lv, block, be_lv_state_in, env->reg->cls, node) {
if (arch_get_irn_register(node) != env->reg)
continue;