summaryrefslogtreecommitdiff
path: root/gcc/config/arc/arc-protos.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 21:10:16 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-08 21:10:16 +0000
commitb507cfe6e02c9423fa8cc74fccd01e4e86ee79ec (patch)
treebe5dad71aebec4ddf679f34c9e8b1e0b5e4af912 /gcc/config/arc/arc-protos.h
parent7558da4112deeffdf4f3e50765b1bb59925b2f3a (diff)
downloadgcc-b507cfe6e02c9423fa8cc74fccd01e4e86ee79ec.tar.gz
* config/arc/arc-protos.h (arc_va_arg): Remove.
* config/arc/arc.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New. (arc_gimplify_va_arg_expr): Rewrite from arc_va_arg. * config/arc/arc.h (EXPAND_BUILTIN_VA_ARG): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arc/arc-protos.h')
-rw-r--r--gcc/config/arc/arc-protos.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/arc/arc-protos.h b/gcc/config/arc/arc-protos.h
index 6d28cf13433..347d2bc3126 100644
--- a/gcc/config/arc/arc-protos.h
+++ b/gcc/config/arc/arc-protos.h
@@ -18,11 +18,7 @@ along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifdef RTX_CODE
-#ifdef TREE_CODE
extern void arc_va_start (tree, rtx);
-extern rtx arc_va_arg (tree, tree);
-#endif /* TREE_CODE */
extern enum machine_mode arc_select_cc_mode (enum rtx_code, rtx, rtx);
@@ -55,11 +51,8 @@ extern int const_sint32_operand (rtx, enum machine_mode);
extern int const_uint32_operand (rtx, enum machine_mode);
extern int proper_comparison_operator (rtx, enum machine_mode);
extern int shift_operator (rtx, enum machine_mode);
-#endif /* RTX_CODE */
-#ifdef TREE_CODE
extern enum arc_function_type arc_compute_function_type (tree);
-#endif /* TREE_CODE */
extern void arc_init (void);
@@ -71,4 +64,3 @@ extern void arc_finalize_pic (void);
extern void arc_ccfsm_at_label (const char *, int);
extern int arc_ccfsm_branch_deleted_p (void);
extern void arc_ccfsm_record_branch_deleted (void);
-