This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Fix constant libcalls


On Thu, Nov 08, 2001 at 08:50:46PM +0100, Jan Hubicka wrote:
> 	* calls.c (emit_library_call_value_1): Set ECF_PURE/ECF_CONST for
> 	LCT_PURE/LCT_CONST functions.

No.  This will create a RETVAL block.  See expand_binop which
subsequently calls emit_libcall_block.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]