alpha.c (alpha_expand_block_clear): Add missing offset arg to alpha_expand_unaligned_...
authorRichard Henderson <rth@cygnus.com>
Mon, 6 Apr 1998 00:13:47 +0000 (17:13 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 6 Apr 1998 00:13:47 +0000 (17:13 -0700)
* alpha.c (alpha_expand_block_clear): Add missing offset arg to
alpha_expand_unaligned_store_words.

From-SVN: r19013

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 7ee2053e5c46ab775d818ed810cf2527daa0501e..243e9daf213a8072b3f3af851aaed49d12ccf74d 100644 (file)
@@ -1,3 +1,8 @@
+Mon Apr  6 00:08:50 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.c (alpha_expand_block_clear): Add missing offset arg to 
+       alpha_expand_unaligned_store_words.
+
 Sun Apr  5 21:31:24 1998  John Wehle  (john@feith.com)
 
        * i386.md (movsf_push, movsf_mem): Remove.
index 4c031e89bfa682f56814a0288315f81eb1174dbd..62b346e067f8174ee0b84299b1696454bd063551 100644 (file)
@@ -2051,7 +2051,7 @@ alpha_expand_block_clear (operands)
     {
       words = bytes / 8;
 
-      alpha_expand_unaligned_store_words (NULL, orig_dst, words);
+      alpha_expand_unaligned_store_words (NULL, orig_dst, words, 0);
 
       bytes -= words * 8;
       ofs = words * 8;