OSDN Git Service

* alpha.md (call_value_nt): Correct subscripts.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Apr 1999 23:16:46 +0000 (23:16 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 Apr 1999 23:16:46 +0000 (23:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26617 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 8af5855..39a0268 100644 (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 ...
index dbc8b33..406f350 100644 (file)
     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]);
 }")