From 5b9ba539e6990eb67ac81a633938a9f023ac8235 Mon Sep 17 00:00:00 2001 From: Donn Terry Date: Sat, 24 Apr 1999 23:16:46 +0000 Subject: [PATCH] * alpha.md (call_value_nt): Correct subscripts. From-SVN: r26617 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/alpha.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8af5855..39a0268 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 24 23:15:57 1999 Donn Terry (donn@interix.com) + + * alpha.md (call_value_nt): Correct subscripts. + Sat Apr 24 20:49:20 1999 Richard Henderson * alpha.h (PRINT_OPERAND_ADDRESS): Break out to ... diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index dbc8b33..406f350 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -3642,7 +3642,7 @@ abort (); operands[1] = XEXP (operands[1], 0); - if (GET_CODE (operands[0]) != SYMBOL_REF && GET_CODE (operands[0]) != REG) + if (GET_CODE (operands[1]) != SYMBOL_REF && GET_CODE (operands[1]) != REG) operands[1] = force_reg (DImode, operands[1]); }") -- 2.7.4