summaryrefslogtreecommitdiffstats
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-19 18:00:12 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-19 18:00:12 +0000
commit0834f16c1b54663451a645d1c6e85e4ad83e2966 (patch)
treeb6522ed71889f4b4ed32a56e2a6c2f0de61d337b /gcc/reg-stack.c
parent1c2cfd6468e8a906e0ce8536b9674348f541809a (diff)
downloadppe42-gcc-0834f16c1b54663451a645d1c6e85e4ad83e2966.tar.gz
ppe42-gcc-0834f16c1b54663451a645d1c6e85e4ad83e2966.zip
* i386.c (print_reg): Do not abort on certain registers.
PR optimization/12612 * reg-stack.c (subst_stack_regs_pat): Use st(1) for clobbers. * i386.md (fpatan, fyl2x, fscale patterns and expanders): Use match_scratch; avoid bogus paralles. PR target/12674 * i386.c (ix86_function_regparm): Disable implicit register passing conventions when profiling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index e1833bce85a..fe1bc23ff48 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -1430,7 +1430,7 @@ subst_stack_regs_pat (rtx insn, stack regstack, rtx pat)
abort ();
}
remove_note (insn, note);
- replace_reg (dest, LAST_STACK_REG);
+ replace_reg (dest, FIRST_STACK_REG + 1);
}
else
{
OpenPOWER on IntegriCloud