Commit 3022deed by Richard Kenner

(N_ALLOCATABLE_REGISTERS): Remove extra backslash at end of macro

definition.

From-SVN: r13239
parent 55a7a95e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment