From: Richard Kenner Date: Sat, 7 Dec 1996 23:25:38 +0000 (-0500) Subject: (N_ALLOCATABLE_REGISTERS): Remove extra backslash at end of macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3022deed9ea808bef6b3069fbe5da75271a6dab3;p=gcc.git (N_ALLOCATABLE_REGISTERS): Remove extra backslash at end of macro definition. From-SVN: r13239 --- diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index a4209542dcf..04dd49ffdb7 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -2616,7 +2616,7 @@ extern int rtx_equal_function_value_matters; #define N_ALLOCATABLE_REGISTERS \ (6 - (flag_pic != 0) - (outer_function_chain != 0) \ + (flag_omit_frame_pointer && ! rtx_equal_function_value_matters \ - && ! current_function_calls_alloca)) \ + && ! current_function_calls_alloca)) /* Functions in i386.c */