From 14deb1e9072ca4f00e2dcabcd9aaeed0dba04b29 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 25 Mar 2006 11:11:58 +0000 Subject: [PATCH] make the names of the be_stack_dir_t more understandable --- ir/be/benode_t.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/benode_t.h b/ir/be/benode_t.h index 962622d53..3e620c4f4 100644 --- a/ir/be/benode_t.h +++ b/ir/be/benode_t.h @@ -68,8 +68,8 @@ typedef enum { /** Expresses the direction of the stack pointer increment of IncSP nodes. */ typedef enum { - be_stack_dir_along = 0, - be_stack_dir_against = 1 + be_stack_dir_expand = 0, + be_stack_dir_shrink = 1 } be_stack_dir_t; /** Not used yet. */ -- 2.20.1