From 8279ff4b9345ec7957e792da06ce3d6c4664ac6e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 25 Mar 2006 11:15:46 +0000 Subject: [PATCH] make the names of the be_stack_dir_t more understandable --- ir/be/benode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1