summaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-20 01:16:59 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-20 01:16:59 +0000
commit1e6fdd40065888425b640e79763b5566275ba876 (patch)
treea31fac09ccc50bd0a5e0db1de1b00d2120c89cec /gcc/config/ia64/ia64.h
parent1dd98d5a5327556f658859e16f7490a67e893238 (diff)
downloadgcc-1e6fdd40065888425b640e79763b5566275ba876.tar.gz
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
Diffstat (limited to 'gcc/config/ia64/ia64.h')
-rw-r--r--gcc/config/ia64/ia64.h4
1 files changed, 2 insertions, 2 deletions
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