diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index cfd955af13a..1747309010c 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -88,13 +88,6 @@ failed: #define STACK_ALIGNMENT_NEEDED 1 #endif -#ifdef FRAME_GROWS_DOWNWARD -# undef FRAME_GROWS_DOWNWARD -# define FRAME_GROWS_DOWNWARD 1 -#else -# define FRAME_GROWS_DOWNWARD 0 -#endif - /* This structure holds data relevant to one variable that will be placed in a stack slot. */ |