Commit b3dc87c5 by Jan Hubicka Committed by Jan Hubicka

* c-common.c (cb_register_builtins): Use really_no_inline.

From-SVN: r57844
parent eb55ce4b
Sat Oct 5 19:42:45 CEST 2002 Jan Hubicka <jh@suse.cz>
* c-common.c (cb_register_builtins): Use really_no_inline.
2002-10-04 David Edelsohn <edelsohn@gnu.org> 2002-10-04 David Edelsohn <edelsohn@gnu.org>
* unroll.c (copy_loop_body): Remove REG_EQUAL note attached to * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
......
...@@ -4951,7 +4951,7 @@ cb_register_builtins (pfile) ...@@ -4951,7 +4951,7 @@ cb_register_builtins (pfile)
if (fast_math_flags_set_p ()) if (fast_math_flags_set_p ())
cpp_define (pfile, "__FAST_MATH__"); cpp_define (pfile, "__FAST_MATH__");
if (flag_no_inline) if (flag_really_no_inline)
cpp_define (pfile, "__NO_INLINE__"); cpp_define (pfile, "__NO_INLINE__");
if (flag_signaling_nans) if (flag_signaling_nans)
cpp_define (pfile, "__SUPPORT_SNAN__"); cpp_define (pfile, "__SUPPORT_SNAN__");
......
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