From: Michael Beck Date: Sat, 25 Mar 2006 11:11:58 +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=14deb1e9072ca4f00e2dcabcd9aaeed0dba04b29;p=libfirm make the names of the be_stack_dir_t more understandable --- 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. */