new CALL_EXPR_FN macro for retrieving the function
declaration of the input expression.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122139
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-02-19 Lee Millward <lee.millward@codesourcery.com>
+
+ * config/ia64/ia64.c (ia64_expand_builtin): Use the
+ new CALL_EXPR_FN macro for retrieving the function
+ declaration of the input expression.
+
2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* c.opt (Waddress): New.
enum machine_mode mode ATTRIBUTE_UNUSED,
int ignore ATTRIBUTE_UNUSED)
{
- tree fndecl = TREE_OPERAND (TREE_OPERAND (exp, 0), 0);
+ tree fndecl = TREE_OPERAND (CALL_EXPR_FN (exp), 0);
unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
switch (fcode)