make the names of the be_stack_dir_t more understandable
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 25 Mar 2006 11:15:46 +0000 (11:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 25 Mar 2006 11:15:46 +0000 (11:15 +0000)
ir/be/benode.c

index 796cf4d..242aa72 100644 (file)
@@ -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);
                                {
                                        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;
                        }
                                }
                                break;
                        }