(CONDITIONAL_REGISTER_USAGE): Make sure FP regs get disabled regardless of...

(CONDITIONAL_REGISTER_USAGE): Make sure FP regs get disabled
regardless of PA1.0 vs PA1.1 code generation when TARGET_SOFT_FLOAT or
TARGET_DISABLE_FPREGS is on.

From-SVN: r10554
This commit is contained in:
Richard Kenner 1995-11-05 10:53:40 -05:00
parent e5e1552a7f
commit 859d9ce43f
1 changed files with 1 additions and 2 deletions

View File

@ -465,8 +465,7 @@ do { \
for (i = 33; i < 88; i += 2) \
fixed_regs[i] = call_used_regs[i] = 1; \
} \
else if (TARGET_DISABLE_FPREGS \
|| TARGET_SOFT_FLOAT) \
if (TARGET_DISABLE_FPREGS || TARGET_SOFT_FLOAT)\
{ \
for (i = 32; i < 88; i++) \
fixed_regs[i] = call_used_regs[i] = 1; \