* alpha.md (call_value_nt): Correct subscripts.

From-SVN: r26617
This commit is contained in:
Donn Terry 1999-04-24 23:16:46 +00:00 committed by Richard Henderson
parent 714b019cee
commit 5b9ba539e6
2 changed files with 5 additions and 1 deletions

View File

@ -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 <rth@cygnus.com>
* alpha.h (PRINT_OPERAND_ADDRESS): Break out to ...

View File

@ -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]);
}")