aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2007-06-07 16:46:26 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2007-06-07 16:46:26 +0000
commitbb27eeda7dc859c9d1c9a69baea30f9cf273ec4a (patch)
tree1cb00a95176daf42e5091f63e76b07ed28ef06df /gcc/rtl.h
parent1b0cfaa6a890d6cea3ce6a98a707219cac2aedd6 (diff)
downloadgcc-bb27eeda7dc859c9d1c9a69baea30f9cf273ec4a.zip
gcc-bb27eeda7dc859c9d1c9a69baea30f9cf273ec4a.tar.gz
gcc-bb27eeda7dc859c9d1c9a69baea30f9cf273ec4a.tar.bz2
re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf)
PR target/31850 * rtl.h (push_to_sequence2): New. * emit-rtl.c (push_to_sequence2): New. * function.c (assign_parm_data_all): Add new fields. (assign_parm_setup_block): Call push_to_sequence2 instead of push_to_sequence. (assign_parm_setup_reg): Ditto. (assign_parm_setup_stack): Ditto. (assign_parms_unsplit_complex): Ditto. (assign_parms): Change field name. From-SVN: r125532
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 2934eab..b993bed 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1494,6 +1494,7 @@ extern rtx get_first_nonnote_insn (void);
extern rtx get_last_nonnote_insn (void);
extern void start_sequence (void);
extern void push_to_sequence (rtx);
+extern void push_to_sequence2 (rtx, rtx);
extern void end_sequence (void);
extern rtx immed_double_const (HOST_WIDE_INT, HOST_WIDE_INT,
enum machine_mode);