diff options
Diffstat (limited to 'gcc/config/arc/arc.h')
-rw-r--r-- | gcc/config/arc/arc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 06aa4035d1b..ea40fb23ab7 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -520,7 +520,7 @@ extern enum reg_class arc_regno_reg_class[FIRST_PSEUDO_REGISTER]; frame pointer. This expression is evaluated in the reload pass. If its value is nonzero the function will have a frame pointer. */ #define FRAME_POINTER_REQUIRED \ -(current_function_calls_alloca) +(cfun->calls_alloca) /* C statement to store the difference between the frame pointer and the stack pointer values immediately after the function prologue. */ |