On Mon, Dec 03, 2001 at 04:52:13PM -0500, Phil Edwards wrote: > Given a CALL_EXPR, is it possible to get the corresponding FUNCTION_DECL > from it, i.e., the inverse of build_x_function_call? get_callee_fndecl. r~