From: Michael Beck Date: Sat, 25 Mar 2006 11:15:46 +0000 (+0000) Subject: make the names of the be_stack_dir_t more understandable X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8279ff4b9345ec7957e792da06ce3d6c4664ac6e;p=libfirm make the names of the be_stack_dir_t more understandable --- diff --git a/ir/be/benode.c b/ir/be/benode.c index 796cf4d9d..242aa7211 100644 --- a/ir/be/benode.c +++ b/ir/be/benode.c @@ -1278,7 +1278,7 @@ static int dump_node(ir_node *irn, FILE *f, dump_reason_t reason) { be_stack_attr_t *a = (be_stack_attr_t *) at; fprintf(f, "offset: %u\n", a->offset); - fprintf(f, "direction: %s\n", a->dir == be_stack_dir_along ? "along" : "against"); + fprintf(f, "direction: %s\n", a->dir == be_stack_dir_expand ? "expand" : "shrink"); } break; }