From 1e6fdd40065888425b640e79763b5566275ba876 Mon Sep 17 00:00:00 2001 From: wilson Date: Tue, 20 Apr 2010 01:16:59 +0000 Subject: partial fix, make all 'e' class regs fixed PR rtl-optimization/43520 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make ar.lc fixed and call-used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158539 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/ia64/ia64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/ia64/ia64.h') diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index 53bbda2b1ed..c019aa48184 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -416,7 +416,7 @@ while (0) /* Branch registers. */ \ 0, 0, 0, 0, 0, 0, 0, 0, \ /*FP CCV UNAT PFS LC EC */ \ - 1, 1, 1, 1, 0, 1 \ + 1, 1, 1, 1, 1, 1 \ } /* Like `FIXED_REGISTERS' but has 1 for each register that is clobbered @@ -451,7 +451,7 @@ while (0) /* Branch registers. */ \ 1, 0, 0, 0, 0, 0, 1, 1, \ /*FP CCV UNAT PFS LC EC */ \ - 1, 1, 1, 1, 0, 1 \ + 1, 1, 1, 1, 1, 1 \ } /* Like `CALL_USED_REGISTERS' but used to overcome a historical -- cgit v1.2.1