From c59a0a1d196f5124abbbd7089d2c82aa0553ed87 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 23 Jul 2010 14:31:20 +0000 Subject: builtins.def (BUILT_IN_ARGS_INFO): Remove. * builtins.def (BUILT_IN_ARGS_INFO): Remove. * ipa-pure-const.c (special_builtlin_state): Remove BUILT_IN_ARGS_INFO case. * tree-stdarg.c (execute_optimize_stdarg): Likewise. * builtins.c (expand_builtin): Likewise. (expand_builtin_args_info): Remove. * doc/tm.texi (__builtin_args_info): Remove. (__builtin_next_arg): Adjust to not refer to __builtin_args_info. * doc/tm.text.in: Likewise. From-SVN: r162463 --- gcc/ipa-pure-const.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ipa-pure-const.c') diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 4a29e10..1ff15bf 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -446,7 +446,6 @@ special_builtlin_state (enum pure_const_state_e *state, bool *looping, case BUILT_IN_FRAME_ADDRESS: case BUILT_IN_APPLY: case BUILT_IN_APPLY_ARGS: - case BUILT_IN_ARGS_INFO: *looping = false; *state = IPA_CONST; return true; -- cgit v1.1