aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorAnsgar Esztermann <ansgar@gcc.gnu.org>2003-03-13 17:05:23 +0100
committerAnsgar Esztermann <ansgar@gcc.gnu.org>2003-03-13 17:05:23 +0100
commit1cff896449f54942122f2341b35949736e825221 (patch)
tree3f8d72c92b61aea9035a9bb9e6d44c030f8e1785 /gcc/expr.h
parent3bd104d1e8d2f637108626acef15d19c74b29195 (diff)
downloadgcc-1cff896449f54942122f2341b35949736e825221.zip
gcc-1cff896449f54942122f2341b35949736e825221.tar.gz
gcc-1cff896449f54942122f2341b35949736e825221.tar.bz2
Makefile.in (dojump.o): New target.
2003-03-13 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de> * Makefile.in (dojump.o): New target. * dojump.c: New file. (init_pending_stack_adjust): Moved here from expr.c. (clear_pending_stack_adjust): Likewise. (do_pending_stack_adjust): Likewise. (jumpifnot): Likewise. (jumpif): Likewise. (do_jump): Likewise. (do_jump_by_parts_greater): Likewise. (do_jump_by_parts_greater_rtx): Likewise. (do_jump_by_parts_equality): Likewise. (do_jump_by_parts_equality_rtx): Likewise. (compare_from_rtx): Likewise. (do_compare_rtx_and_jump): Likewise. (do_compare_and_jump): Likewise. * expr.c (init_pending_stack_adjust): Removed to dojump.c. (clear_pending_stack_adjust): Likewise. (do_pending_stack_adjust): Likewise. (jumpifnot): Likewise. (jumpif): Likewise. (do_jump): Likewise. (do_jump_by_parts_greater): Likewise. (do_jump_by_parts_greater_rtx): Likewise. (do_jump_by_parts_equality): Likewise. (do_jump_by_parts_equality_rtx): Likewise. (compare_from_rtx): Likewise. (do_compare_rtx_and_jump): Likewise. (do_compare_and_jump): Likewise. (placeholder_list): Made declaration extern. * expr.h (placeholder_list): Declare. From-SVN: r64309
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 82c5166..cf794fc 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -791,3 +791,5 @@ extern void mark_seen_cases PARAMS ((tree, unsigned char *,
#endif
extern int vector_mode_valid_p PARAMS ((enum machine_mode));
+
+extern tree placeholder_list;